From 210e625227d21e0b589b8eaa36cd81f1cb981819 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Tue, 13 Nov 2012 15:43:45 -0600 Subject: version bump to 0.85 Signed-off-by: Clark Williams --- Makefile | 2 +- rt-tests.spec-in | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) 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 - 0.85-1 +- [cyclictest] add tracemark function back to breaktrace logic +- from Frank Rowland : + - [cyclictest] report large measured clock latency + - [cyclictest] cleanup getopt_long() parameters +- from John Kacur : + - [Makefile] add CPPFLAGS to pattern rule for dependencies + - [gitignore] exclude patches and .a archives +- from Uwe Kleine-König : + - Makefile: separate CFLAGS and CPPFLAGS + - have printf use %s format for strings +- from Bhavesh Davda : + - cyclictest: histogram overflow instance tracking + - cyclictest: whitespace cleanup + * Wed May 9 2012 Clark Williams - 0.84-1 - [cyclictest] added -Q/--priospread option to - from Markus Kohlhase -- cgit 1.2.3-korg