summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-12-10 14:33:40 -0600
committerClark Williams <williams@redhat.com>2009-12-10 14:33:40 -0600
commit996e0f5e4de4824162757049f0814e5a007a4f33 (patch)
treefcbb219f4636d33d14c6d55cd54e6837b49a4771
parent93989ec0d61e5220ff14475a9ec44ba4ebfcf1a1 (diff)
downloadrt-tests-996e0f5e4de4824162757049f0814e5a007a4f33.tar.gz
version bump to 0.56v0.56
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4777f8..d0c4da0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.55
+VERSION_STRING = 0.56
TARGETS = cyclictest signaltest classic_pi pi_stress \
hwlatdetect rt-migrate-test
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 3bbaecf..8906a5b 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hwlatdetect.8.gz
%changelog
+* Thu Dec 10 2009 Clark Williams <williams@redhat.com> - 0.56-1
+- cyclictest: added code to print break thread id with -b
+
* Thu Nov 19 2009 Clark Williams <williams@redhat.com> - 0.55-1
- pi_stress: cosmetic newline added
- fixes from John Kacur <jkacur@redhat.com>