version bump to 0.67

Signed-off-by: Clark Williams <williams@redhat.com>
diff --git a/Makefile b/Makefile
index f02e4c3..76a67be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.66
+VERSION_STRING = 0.67
 
 sources = cyclictest.c signaltest.c pi_stress.c rt-migrate-test.c	\
 	  ptsematest.c sigwaittest.c svsematest.c sendme.c pip_stress.c \
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 9c0c215..0ec8f12 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -40,12 +40,13 @@
 /usr/bin/signaltest
 /usr/bin/hwlatdetect
 /usr/bin/rt-migrate-test
-/usr/bin/pip
+/usr/bin/pip_stress
 /usr/bin/ptsematest
 /usr/bin/sendme
 /usr/bin/sigwaittest
 /usr/bin/svsematest
 /usr/bin/hackbench
+/usr/src/backfire/backfire.c
 %doc
 /usr/share/man/man8/cyclictest.8.gz
 /usr/share/man/man8/pi_stress.8.gz
@@ -58,8 +59,25 @@
 /usr/share/man/man8/hackbench.8.gz
 
 %changelog
-* Fri Feb 19 2010 Clark Williams <williams@redhat.com> - 0.67-1
+* Tue Mar 16 2010 Clark Williams <williams@redhat.com> - 0.67-1
 - modified specfile to add hackbench
+- modified internal ftrace logic for correct tracing
+- Changed rpm %description field to be more descriptive (BZ# 572323)
+- from Carsten Emde <c.emde@osadl.org>
+  - added smp option to svsematest
+  - fixed policy display in cyclictest
+- from John Kacur <jkacur@redhat.com>
+  - changed default scheduling policy to SCHED_FIFO
+  - fixed spelling mistake on cyclictest man page
+  - use symbolic names for scheduling policy
+  - reverted commit 582be2a52c43801a10d318de7491f1cc7243d5cf to 
+    deal with bug in priority distribution
+- from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
+  - renamed pip to pip_stress
+  - eliminated use of temp files in dependency generation
+  - install backfire.c module source in /usr/src/backfire
+- from David Sommerseth <davids@redhat.com>
+  - added new-and-improved hackbench to rt-tests
 
 * Mon Feb 15 2010 Clark Williams <williams@redhat.com> - 0.66-1
 - fix incorrect usage of sched_setscheduler in check_privs()