summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2015-06-09 14:34:42 +0200
committerJohn Kacur <jkacur@redhat.com>2015-06-09 14:34:42 +0200
commit4f891fbf1ed7d0dfd2d847c2a16ed5025a94a492 (patch)
tree410d3478c1d0bc9f97c083d3327dbe8c6645298a
parent2a0dd6274ecf8459311260d7db3ce5a756773f2a (diff)
downloadrt-tests-4f891fbf1ed7d0dfd2d847c2a16ed5025a94a492.tar.gz
Version bump to v0.92
Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in17
2 files changed, 18 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c260cf..c663a54 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.91
+VERSION_STRING = 0.92
HAVE_NPTL ?= yes
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 3981988..f5bbcc2 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -68,6 +68,23 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
+ * Tue Jun 09 2015 John Kacur <jkacur@redhat.com> - 0.92-1
+Anna-Maria Gleixner (2):
+ cyclictest: Convert the offset of the alignment option to microseconds
+ cyclictest: Align measurement threads to the next full second
+ cyclictest: Ensure that next wakeup time is never in the past
+Daniel Wagner (1):
+ pi_stress: Clear affinity for DEADLINE tasks
+John Kacur (3):
+ Fix minor grammar mistake in the help output
+ Allow building with -DHAVE_PARSE_CPUSTRING_ALL
+ Add a MAINTAINERS file
+Michael Olbrich (2):
+ Makefile: pi_stress need librttest.a so it should depend on it
+ Makefile: cleanup linking to librttest.a
+Sebastian Andrzej Siewior (1):
+ cyclictest: consider the 4 as the major version
+
* Tue Feb 17 2015 Clark Williams <williams@redhat.com> - 0.91-1
- From Boris Egorov <egorov@linux.com>
- rt-migrate-test: exit early if nr_runs is non-positive