summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>