summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-04-09 13:30:29 -0500
committerClark Williams <williams@redhat.com>2010-04-09 13:30:29 -0500
commit7142b67d8f560a7a65d16cd97d0266e59eae9616 (patch)
tree9aceb929ce93eb4b3808bbcee192149ec5023e17
parentd6c4ab8698926a0bac6eae2bc9c563d6fd3103b9 (diff)
downloadrt-tests-7142b67d8f560a7a65d16cd97d0266e59eae9616.tar.gz
version bump to 0.69
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f98111b..bb271ce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.68
+VERSION_STRING = 0.69
sources = cyclictest.c signaltest.c pi_stress.c rt-migrate-test.c \
ptsematest.c sigwaittest.c svsematest.c pmqtest.c sendme.c \
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 7279813..acbc431 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -61,6 +61,13 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
+* Fri Apr 9 2010 Clark Williams <williams@redhat.com> - 0.69-1
+- fix bus error in cyclictest on NUMA systems with more than 16 cores
+- reset default cyclictest policy to SCHED_OTHER
+- from Carsten Emde <C.Emde@osadl.org>
+ - add pmqest program for testing posix message queue performance
+ - misc doc fixes
+
* Fri Mar 19 2010 Clark Williams <williams@redhat.com> - 0.68-1
- fix tracing difference between 2.6.24 and 2.6.33