summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <clark.williams@gmail.com>2015-01-27 10:26:12 -0600
committerClark Williams <clark.williams@gmail.com>2015-01-27 10:26:12 -0600
commit48d20ffd06cc0bbc78ce7a39b4725efb6de6cb58 (patch)
treef5ec401cb78faa2c98414f4012a41b8f1da4459f
parentc68419b628105054dbaf2cca90688ed086d0a265 (diff)
downloadrt-tests-48d20ffd06cc0bbc78ce7a39b4725efb6de6cb58.tar.gz
version bump to 0.90v0.90
Signed-off-by: Clark Williams <clark.williams@gmail.com>
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in24
2 files changed, 25 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a17ae7..cc4bb72 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.89
+VERSION_STRING = 0.90
HAVE_NPTL ?= yes
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 13de34b..8717b54 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -68,6 +68,30 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
+* Tue Jan 27 2015 Clark Williams <williams@redhat.com> - 0.90-1
+- pip_stress: parameterize usleep value to work-around platform issues
+- From Daniel Wagner <daniel.wagner@bmw-carit.de>:
+ - pi_stress: Store schedule attributes per thread
+ - rt-utils: Add gettid()
+ - rt-utils: Add helper to parse/print scheduling policies
+ - rt-sched: Add sched_setattr/sched_getattr API
+ - pi_stress: Use error.h for logging and debugging
+ - error: Add debug() function
+ - pi_stress: Remove unused TIMER_SIGNAL definition
+ - rt-tests.h: Remove unused header file
+ - hackbench: Don't re-assign context for each fd
+- From Joakim Hernberg <jbh@alchemy.lu>:
+ - cyclictest: make affinity option only use number of online cpus
+- From John Kacur <jkacur@redhat.com>:
+ - cyclictest: Add long option --laptop to preserve battery power
+ - cyclictest: Fix help for long options only
+ - cyclictest: Change the output from function sighand() to stderr
+ - cyclictest: Always print an err message if write of 0 to cpu-dma_latency fails
+ - rt_numa.h: Suppress discards 'const' qualifier warning
+ - lib: Rework err_msg_n to output strerror after message
+- From Alexey Brodkin <Alexey.Brodkin@synopsys.com>:
+ - Makefile: allow building selected tests with non-NPTL toolchain
+
* Sun Mar 30 2014 Clark Williams <williams@redhat.com> - 0.89-1
- clean up debugging comments and printfs from last release
- ran hwlatdetect.py through 2to3, works for both python2 and 3