version bump to 0.55
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 @@
 /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