summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in5
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17d27fe..c82dbc0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.51
+VERSION_STRING = 0.52
TARGETS = cyclictest signaltest classic_pi pi_stress \
hwlatdetect rt-migrate-test
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index a1e90a8..f415056 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -35,12 +35,17 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/pi_stress
/usr/bin/signaltest
/usr/bin/hwlatdetect
+/usr/bin/rt-migrate-test
%doc
/usr/share/man/man8/cyclictest.8.gz
/usr/share/man/man8/pi_stress.8.gz
/usr/share/man/man8/hwlatdetect.8.gz
%changelog
+* 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
+
* Thu Sep 3 2009 Clark Williams <williams@redhat.com> - 0.51-1
- two manpage fixes from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
- added -M option from Arnaldo Carvahlo de Melo <acme@redhat.com>