From 474528f69e89c471501da3c1f495fb813ea2b984 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Tue, 20 Sep 2011 13:44:01 -0500 Subject: [PATCH] version bump to 0.80 Signed-off-by: Clark Williams --- Makefile | 2 +- rt-tests.spec-in | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfda01c..ab919cc 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/rt-tests.spec-in b/rt-tests.spec-in index 074b694..89b69fd 100644 --- a/rt-tests.spec-in +++ b/rt-tests.spec-in @@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT /usr/share/man/man8/hackbench.8.gz %changelog +* Tue Sep 20 2011 Clark Williams - 0.80-1 +- use /dev/cpu_dma_latency interface to prevent cstate transitions + in cyclictest + * Thu Sep 15 2011 Clark Williams - 0.79-1 - added signal_workers routine to hackbench - added -F/--fifo option to hackbench