summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-07-02 17:13:39 -0500
committerClark Williams <williams@redhat.com>2009-07-02 17:13:39 -0500
commit802855c693684fb56ee40af72f6dcffe4a5796c8 (patch)
treed829ea55d0cefeef2b8e7add70a486bda53ba9a6
parent4b1bc6a9bb82faa91842d111ed31fe84877aaa8c (diff)
downloadrt-tests-0.46.tar.gz
added fix from Daniel Gollub <dgollub@suse.de> for doomsday latencyv0.46
version bump to 0.46
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37f5d6d..0e912bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.45
+VERSION_STRING = 0.46
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 33f81e4..912f423 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hwlatdetect.8.gz
%changelog
+* Thu Jul 2 2009 Clark Williams <williams@redhat.com> - 0.46-1
+- added fix from Daniel Gollub <dgollub@suse.de> (doomsday latency)
+
* Thu Jul 2 2009 Clark Williams <williams@redhat.com> - 0.45-1
- bugfix from Daniel Gollub <dgollub@suse.de> (fix cyclictest segfault)
- cyclictest format change from Sven-Thorsten Dietrich <sdietrich@suse.de>