summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-01-29 15:22:52 -0600
committerClark Williams <williams@redhat.com>2010-01-29 15:22:52 -0600
commit7635870be8d1be2dc08e56f91497db940b757d21 (patch)
tree2f245d6992991e86b9d297dee6ed5b434906d408
parent0dea069418a63bbd64bc9dc2a096478621df849c (diff)
downloadrt-tests-7635870be8d1be2dc08e56f91497db940b757d21.tar.gz
version bump to 0.64v0.64
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4be0838..58562fe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.63
+VERSION_STRING = 0.64
sources = cyclictest.c signaltest.c pi_stress.c rt-migrate-test.c \
ptsematest.c sigwaittest.c svsematest.c sendme.c pip.c
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index d9525f1..85c50cc 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -56,6 +56,13 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/svsematest.8.gz
%changelog
+* Fri Jan 29 2010 Clark Williams <williams@redhat.com> - 0.64-1
+- from John Kacur <jkacur@redhat.com>
+ - automatic dependency generation
+ - style cleanups
+ - libnuma code cleanups
+ - add copyright to rt_numa.h
+
* Wed Jan 27 2010 Clark Williams <williams@redhat.com> - 0.63-1
- added support for libnuma V1 API