summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-09-21 16:57:25 -0500
committerClark Williams <williams@redhat.com>2009-09-21 16:57:25 -0500
commitb4eaf442855f56e16ebc37ace394bc8d17db158a (patch)
treefec9ba8dfe64d94f6dbbc2304d48a55f890b1f34
parent99557d7360d66e25538756c82a3078d0892f51fc (diff)
downloadrt-tests-b4eaf442855f56e16ebc37ace394bc8d17db158a.tar.gz
version bump to 0.52v0.52
-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>