summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c82dbc0..6a56a65 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.52
+VERSION_STRING = 0.53
TARGETS = cyclictest signaltest classic_pi pi_stress \
hwlatdetect rt-migrate-test
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index f415056..8fc3581 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -42,6 +42,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hwlatdetect.8.gz
%changelog
+* Tue Oct 6 2009 Clark Williams <williams@redhat.com> - 0.53-1
+- fixed incorrect format string in hwlatdetect.py
+- added docs/release-checklist.txt
+
* Mon Sep 21 2009 Clark Williams <williams@redhat.com> - 0.52-1
- fixes and cleanups to pi_stress from jkacur
- added rostedt's rt-migrate-test