summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-01-13 10:58:26 -0600
committerClark Williams <williams@redhat.com>2010-01-13 10:58:26 -0600
commitedb2443d0165af98cdaa6324e8b618fa7e6bf475 (patch)
tree9f15d4c8d457b11b2b88e28d4803063b0f6f910e
parenta548d8fc805d5d4a55a3042ac585d6b8db6df23a (diff)
downloadrt-tests-0.61.tar.gz
rt-tests-0.61.tar.xz
version bump to 0.61v0.61
Signed-off-by: Clark Williams <williams@redhat.com>
-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 5f92308..e14d957 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.60
+VERSION_STRING = 0.61
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 5e0fd85..baffd57 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -51,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/svsematest.8.gz
%changelog
+* Wed Jan 13 2010 Clark Williams <williams@redhat.com> - 0.61-1
+- added --smp/-S option to setup for basic SMP testing
+- added warn() and fatal() utility functions
+
* Tue Dec 29 2009 Clark Williams <williams@redhat.com> - 0.60-1
- John Kacur <jkacur@redhat.com>:
- added pip test (process based priority inheritance)