summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2011-09-02 11:10:06 -0500
committerClark Williams <williams@redhat.com>2011-09-02 11:10:06 -0500
commit7c59bf385d7f03ccd324e6cb33a87b97593b7008 (patch)
treea3ac815491ed1b4eae3eef39d30604a00ea4ae0e
parente19cbadffcb99236f3e98f9ec6a838804f143108 (diff)
downloadcyclictest-7c59bf385d7f03ccd324e6cb33a87b97593b7008.tar.gz
version bump to 0.75v0.75
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in10
2 files changed, 11 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59438e9..e0a2496 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.74
+VERSION_STRING = 0.75
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 bbd164e..0ac0514 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -62,6 +62,16 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
+* Fri Sep 2 2011 Clark Williams <williams@redhat.com> - 0.75-1
+- added utility routines for mounting debugfs and event/tracing manipulation
+- from Steven Rostedt <srostedt@redhat.com>:
+ - allow events for all tracers
+ - Have -I and -P together also be -B
+ - do not touch tracing_thresh
+ - only check file descriptor in tracemark() function
+ - use interval on first loop instead of 1 second
+ - allow tracemark() to take variable args
+
* Thu Aug 18 2011 Clark Williams <williams@redhat.com> - 0.74-1
- changes to deal with 3.0 kernel
- fixed buildrequires in specfile for Python