summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2012-05-09 09:38:00 -0500
committerClark Williams <williams@redhat.com>2012-05-09 09:38:00 -0500
commit857cdd5320ce1f293f5dbcbec79cc8fe22b0bebf (patch)
treeda5f408542e6dfac5f9f582364f3037c91ec8167
parent81c42e0162412cb990354d1ccb9d60d0dc10b79c (diff)
downloadcyclictest-master.tar.gz
version bump to 0.84HEADv0.84master
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in23
2 files changed, 24 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc7c149..3a82407 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.83
+VERSION_STRING = 0.84
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 77a9a08..4ecb90d 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -62,6 +62,29 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
+* 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>
+ - [docs] added description from osadl.org
+- from Darren Hart <dvhart@linux.intel.com>
+ - Makefile: Support user supplied CFLAGS and LDFLAGS
+- from Steven Rostedt <rostedt@goodmis.org>
+ - rt-tests: Update rt-migrate-test to use ftrace infrastructure
+- from John Kacur <jkacur@redhat.com>
+ - .gitignore: differentiate between program names and directories
+ - pi_stress: Check the status of sched_getaffinity
+ - Makefile: Introduce a static library
+ - Move info, warn, and fatal functions to error.[ch]
+ - install: Fix failed to create symbolic link hwlatdetect file exists
+ - cyclictest: Make cyclictest fail if it cannot run with requested priority
+- from Frank Rowand <frank.rowand@am.sony.com>
+ - cyclictest: segfault with '-a'
+ - cyclictest: avoid unneeded warning
+ - cyclictest: warn of interaction between '-a', '--smp', and '--numa'
+ - Makefile: get machinetype from compiler instead of uname
+ - cyclictest: incorrect first latency value for --verbose option
+ - cyclictest: printf format compile warning
+
* Mon Sep 26 2011 Clark Williams <williams@redhat.com> - 0.83-1
- modified Makefile to be smarter about building with NUMA