summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-07-16 10:42:01 -0500
committerClark Williams <williams@redhat.com>2009-07-16 10:42:01 -0500
commita55242cc96107b13d328923b31d723e521a8683b (patch)
tree2b2f32402de2aa390d6cbf379519e26aa11d6212
parent62ef8a98a75a08d2f6621a21aedfb5846657dab5 (diff)
downloadrt-tests-a55242cc96107b13d328923b31d723e521a8683b.tar.gz
version bump to 0.50v0.50
-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 a44a006..911b05e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.49
+VERSION_STRING = 0.50
TARGETS = cyclictest signaltest classic_pi pi_stress hwlatdetect
FLAGS = -Wall -Wno-nonnull -O2
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index d29fad3..ec7f7eb 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -41,6 +41,15 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hwlatdetect.8.gz
%changelog
+* Thu Jul 16 2009 Clark Williams <williams@redhat.com> - 0.50-1
+- patch to cyclictest from Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+ to process options before checking for root user
+- patch to cyclictest from Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+ to exit with proper error code on exit
+- added scripts/do-git-push script
+- added push target to Makefile
+- rewrite of hwlatdetect script to handle old smi_detector module
+
* Sun Jul 5 2009 Clark Williams <williams@redhat.com> - 0.47-1
- patch from GeunSik Lim <leemgs1@gmail.com> to reorder options for readability
- patch from GeunSik Lim <leemgs1@gmail.com> to add --policy option