summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-11-19 15:04:43 -0600
committerClark Williams <williams@redhat.com>2009-11-19 15:04:43 -0600
commit4176f242c2eeeb4657f51183f55862e3dcd228db (patch)
treeefa10e349d1368cbc473e2efd0206ce9327f3ea5
parent0b34a7b2bfdd889c808fb36a3797048cb800bb7e (diff)
downloadrt-tests-0.55.tar.gz
rt-tests-0.55.tar.xz
version bump to 0.55v0.55
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 208e0e3..e4777f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.54
+VERSION_STRING = 0.55
TARGETS = cyclictest signaltest classic_pi pi_stress \
hwlatdetect rt-migrate-test
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 8c8a4e3..3bbaecf 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -42,6 +42,13 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hwlatdetect.8.gz
%changelog
+* Thu Nov 19 2009 Clark Williams <williams@redhat.com> - 0.55-1
+- pi_stress: cosmetic newline added
+- fixes from John Kacur <jkacur@redhat.com>
+ - pi_stress: Remove racy state variables that cause watchdog to trigger
+ - pi_stress: Check whether quiet is set, before taking shutdown_mtx
+ - pi_stress: Use a pthread_mutex_t for the global variable shutdown
+
* Tue Nov 17 2009 Clark Williams <williams@redhat.com> - 0.54-1
- patches from John Kacur <jkacur@redhat.com>
- fix source style issues in pi_stress