summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-01-26 13:46:14 -0600
committerClark Williams <williams@redhat.com>2010-01-26 13:46:14 -0600
commit5384bcd747022c624268652f0427d487af2d9233 (patch)
tree0082ec59640f9a552dd92f15b0fe9bf52255846a
parent20ece7f8a1d7c03e56fe739c243dfb9a0f28649b (diff)
downloadrt-tests-5384bcd747022c624268652f0427d487af2d9233.tar.gz
version bump to 0.62v0.62
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in6
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab073d7..7b46bf1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.61
+VERSION_STRING = 0.62
TARGETS = cyclictest signaltest pi_stress \
rt-migrate-test ptsematest sigwaittest svsematest \
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 8a53035..ff891e4 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -55,6 +55,12 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/svsematest.8.gz
%changelog
+* Tue Jan 26 2010 Clark Williams <williams@redhat.com> - 0.62-1
+- added NUMA option
+- patch from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
+ to clarify source copyrights
+- moved hwlatdetect to python site-library
+
* 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