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