summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-01-27 09:51:02 -0600
committerClark Williams <williams@redhat.com>2010-01-27 09:51:02 -0600
commit9306dab4990879f22fc7f2df9ead2e1f4e2ee83d (patch)
tree1ec4888f3a3a3a3cfcfba629f8876dd8df5d0d70
parentfedb3c7bc5a5a1ac28dc88281e96f906191a9f2b (diff)
downloadrt-tests-9306dab4990879f22fc7f2df9ead2e1f4e2ee83d.tar.gz
version bump to 0.63
Signed-off-by: Clark Williams <williams@redhat.com>
-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 7b46bf1..6156c03 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.62
+VERSION_STRING = 0.63
TARGETS = cyclictest signaltest pi_stress \
rt-migrate-test ptsematest sigwaittest svsematest \
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index b179b39..9ef0d1f 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/svsematest.8.gz
%changelog
+* Wed Jan 27 2010 Clark Williams <williams@redhat.com> - 0.63-1
+- added support for libnuma V1 API
+
* Tue Jan 26 2010 Clark Williams <williams@redhat.com> - 0.62-1
- added NUMA option
- patch from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>