version bump to 0.78

Signed-off-by: Clark Williams <williams@redhat.com>
This commit is contained in:
Clark Williams 2011-09-14 15:52:03 -05:00
parent 7595c237b4
commit 69293365eb
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
VERSION_STRING = 0.77
VERSION_STRING = 0.78
sources = cyclictest.c signaltest.c pi_stress.c rt-migrate-test.c \
ptsematest.c sigwaittest.c svsematest.c pmqtest.c sendme.c \

View File

@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
* Wed Sep 14 2011 Clark Williams <williams@redhat.com> - 0.78-1
- modified hackebench signal logic
* Fri Sep 9 2011 Clark Williams <williams@redhat.com> - 0.77-1
- removed tracemark functions (too much contention on multiprocessors)