From 9164ec4db2645f52ffdd20e6d1b72bb0411ab40e Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Sun, 30 Mar 2014 11:16:44 -0500 Subject: version bump to 0.89 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 73e4c16..318a5c6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION_STRING = 0.88 +VERSION_STRING = 0.89 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 449783e..13bcb1b 100644 --- a/rt-tests.spec-in +++ b/rt-tests.spec-in @@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT /usr/share/man/man8/hackbench.8.gz %changelog +* Sun Mar 30 2014 Clark Williams - 0.89-1 +- clean up debugging comments and printfs from last release +- ran hwlatdetect.py through 2to3, works for both python2 and 3 + * Fri Mar 28 2014 Clark Williams - 0.88-1 - From Uwe Kleine-König : - cyclictest: Fix tracemark output when the latency threshold is hit on ARM -- cgit 1.2.3-korg