summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2011-05-09 10:52:43 -0500
committerClark Williams <williams@redhat.com>2011-05-09 10:52:56 -0500
commit81da016fb0f6ab0511fbec81fc8ba1a50398a20d (patch)
treededf924293e230947226b3248abf250fc17ea439
parent809f870eb8c0bac98f80eaca04f4ea55d094a14f (diff)
downloadrt-tests-81da016fb0f6ab0511fbec81fc8ba1a50398a20d.tar.gz
rt-tests-81da016fb0f6ab0511fbec81fc8ba1a50398a20d.tar.xz
version bump to 0.73v0.73
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in15
2 files changed, 16 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c9b54d..48bef8a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.72
+VERSION_STRING = 0.73
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 e9afb1e..e7400e0 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -48,6 +48,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/pmqtest
/usr/bin/hackbench
/usr/src/backfire/backfire.c
+/usr/src/backfire/Makefile
%doc
/usr/share/man/man8/cyclictest.8.gz
/usr/share/man/man8/pi_stress.8.gz
@@ -61,6 +62,20 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
+* Mon May 9 2011 Clark Williams <williams@redhat.com> - 0.73-1
+- fixed signal handling in hackbench (avoid thousands of zombies)
+- from Geunsik Lim <geunsik.lim@samsung.com>
+ - fix incorrect wakeup interface in cyclictest
+- from Wolfram Sang <w.sang@pengutronix.de>
+ - Simplify Makefile using -D option to install
+- from Carsten Emde <C.Emde@osadl.org>
+ - add histogram summary column option (-H) to cyclictest
+- from Daniel Sangorrin <daniel.sangorrin@gmail.com>
+ - fix sched_setaffinity type error when building with UCLIB
+- from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
+ - install backfire's Makefile
+ - modernize backfire's Makefile
+
* Fri Jun 25 2010 Clark Williams <williams@redhat.com> - 0.72-1
- changed 'diff' variable in timerthread() routine to be unsigned
64-bit to avoid overflow issues in debugging