version bump to 0.80

Signed-off-by: Clark Williams <williams@redhat.com>
This commit is contained in:
Clark Williams 2011-09-20 13:44:01 -05:00
parent 1310f57cfe
commit 474528f69e
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
VERSION_STRING = 0.79
VERSION_STRING = 0.80
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,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
* Tue Sep 20 2011 Clark Williams <williams@redhat.com> - 0.80-1
- use /dev/cpu_dma_latency interface to prevent cstate transitions
in cyclictest
* Thu Sep 15 2011 Clark Williams <williams@redhat.com> - 0.79-1
- added signal_workers routine to hackbench
- added -F/--fifo option to hackbench