summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-06-25 16:16:46 -0500
committerClark Williams <williams@redhat.com>2010-06-25 16:16:46 -0500
commit886d26833d637ab778023626a158061e4eb9c5d0 (patch)
tree2e2db3674e8aef01567737ad2e4edeb98a61e6c8
parente4c7a0753cbcefec45f3bfd939528baf1643c3fc (diff)
downloadrt-tests-886d26833d637ab778023626a158061e4eb9c5d0.tar.gz
version bump to 0.72
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in6
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa2b69c..b83614c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.71
+VERSION_STRING = 0.72
sources = cyclictest.c signaltest.c pi_stress.c rt-migrate-test.c \
ptsematest.c sigwaittest.c svsematest.c pmqtest.c sendme.c \
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 5ce9966..e9afb1e 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -61,6 +61,12 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
+* Fri Jun 25 2010 Clark Williams <williams@redhat.com> - 0.72-1
+- changed 'diff' variable in timerthread() routine to be unsigned
+ 64-bit to avoid overflow issues in debugging
+- included <stdint.h> and changed all 'long long' declarations to
+ use uint64_t and int64_t
+
* Tue May 18 2010 Clark Williams <williams@redhat.com> - 0.71-1
- from Michal Schmit <mschmidt@redhat.com>:
- fix accumulating overruns in periodic timer mode