summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2015-02-17 14:41:37 -0600
committerClark Williams <williams@redhat.com>2015-02-17 14:41:37 -0600
commit3fed00ff8d2c0cdbc5ba078cbd60ce3cfcee615f (patch)
treeff5d83043c2c02f86c0fd7eca3f62055cd4f4ae1
parenta99c44c258d08c799dfebd05dc0d0d830d3de324 (diff)
downloadrt-tests-3fed00ff8d2c0cdbc5ba078cbd60ce3cfcee615f.tar.gz
version bump to 0.91v0.91
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in9
2 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc4bb72..9e479d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.90
+VERSION_STRING = 0.91
HAVE_NPTL ?= yes
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 8717b54..3981988 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -68,6 +68,15 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
+ * 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
+ - rt-migrate-test: use variables instead of macros
+- From Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
+ - pi_stress: remove timestamp of compilation from version output
+- rt-migrate-test: make sure input parameters are converted to correct units
+- rt-migrate-test: sanity check --prio value
+
* 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>: