summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2012-11-13 15:43:45 -0600
committerClark Williams <williams@redhat.com>2012-11-13 16:02:04 -0600
commit210e625227d21e0b589b8eaa36cd81f1cb981819 (patch)
tree94e33a0c407f7beb71aae1270fe93a31b8242057
parent93e525fac1402e79744cb1a9bb16ef96b98c272b (diff)
downloadrt-tests-210e625227d21e0b589b8eaa36cd81f1cb981819.tar.gz
version bump to 0.85v0.85
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 33e8d60..fd3cdb3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.84
+VERSION_STRING = 0.85
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 4ecb90d..1f632f9 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -62,6 +62,21 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
+* Tue Nov 13 2012 Clark Williams <williams@redhat.com> - 0.85-1
+- [cyclictest] add tracemark function back to breaktrace logic
+- from Frank Rowland <frank.rowand@am.sony.com>:
+ - [cyclictest] report large measured clock latency
+ - [cyclictest] cleanup getopt_long() parameters
+- from John Kacur <jkacur@redhat.com>:
+ - [Makefile] add CPPFLAGS to pattern rule for dependencies
+ - [gitignore] exclude patches and .a archives
+- from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>:
+ - Makefile: separate CFLAGS and CPPFLAGS
+ - have printf use %s format for strings
+- from Bhavesh Davda <bhavesh@vmware.com>:
+ - cyclictest: histogram overflow instance tracking
+ - cyclictest: whitespace cleanup
+
* Wed May 9 2012 Clark Williams <williams@redhat.com> - 0.84-1
- [cyclictest] added -Q/--priospread option to
- from Markus Kohlhase <mail@markus-kohlhase.de>