summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2011-08-18 09:15:57 -0500
committerClark Williams <williams@redhat.com>2011-08-18 09:15:57 -0500
commit3e55619c86c2604638c06c31c87881084f643274 (patch)
tree841dedfab256a50e353503c1fad16a7ecea62ebd
parent39451cc083b27f706659590ccb316358846c2104 (diff)
downloadrt-tests-3e55619c86c2604638c06c31c87881084f643274.tar.gz
version bump to 0.74
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in10
2 files changed, 11 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48bef8a..59438e9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.73
+VERSION_STRING = 0.74
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 8409bfb..bbd164e 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -62,6 +62,16 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
+* Thu Aug 18 2011 Clark Williams <williams@redhat.com> - 0.74-1
+- changes to deal with 3.0 kernel
+- fixed buildrequires in specfile for Python
+- fixed spelling error in printf in cyclictest
+- from John Kacur <jkacur@redhat.com>
+ - Make the function header style consistent with the rest of cyclictest.
+ - Spelling clean-ups
+- from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
+ - fix possible buffer overflow in string handling
+
* 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>