summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-12-29 12:30:53 -0600
committerClark Williams <williams@redhat.com>2009-12-29 12:30:53 -0600
commit015025fb4db2db8c20a01afcd1b2f74324e306a8 (patch)
treeb02a815cea56f3d7541529041772597cc5219a83
parentf1619c5c192b57f5bf1f144d21f6fd401d5ef465 (diff)
downloadrt-tests-015025fb4db2db8c20a01afcd1b2f74324e306a8.tar.gz
version bump to 0.60v0.60
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in8
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c33a053..5f92308 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.59
+VERSION_STRING = 0.60
TARGETS = cyclictest signaltest pi_stress \
hwlatdetect rt-migrate-test ptsematest sigwaittest svsematest \
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index a55a9ba..5e0fd85 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -51,6 +51,14 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/svsematest.8.gz
%changelog
+* Tue Dec 29 2009 Clark Williams <williams@redhat.com> - 0.60-1
+- John Kacur <jkacur@redhat.com>:
+ - added pip test (process based priority inheritance)
+ - refactored some error routines into the common library
+ - added 'make tags' option to Makefile
+- Michael Olbrich <m.olbrich@pengutronix.de> added an unbuffered
+ output option to cyclictest (-u/--unbuffered)
+
* Mon Dec 21 2009 Clark Williams <williams@redhat.com> - 0.59-1
- deleted classic_pi
- David Sommerseth <davids@redhat.com>: