version bump to 0.90

Signed-off-by: Clark Williams <clark.williams@gmail.com>
diff --git a/Makefile b/Makefile
index 6a17ae7..cc4bb72 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.89
+VERSION_STRING = 0.90
 
 HAVE_NPTL ?= yes
 
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 13de34b..8717b54 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -68,6 +68,30 @@
 /usr/share/man/man8/hackbench.8.gz
 
 %changelog
+* Tue Jan 27 2015 Clark Williams <williams@redhat.com> - 0.90-1
+- pip_stress: parameterize usleep value to work-around platform issues
+- From Daniel Wagner <daniel.wagner@bmw-carit.de>:
+  - pi_stress: Store schedule attributes per thread
+  - rt-utils: Add gettid()
+  - rt-utils: Add helper to parse/print scheduling policies
+  - rt-sched: Add sched_setattr/sched_getattr API
+  - pi_stress: Use error.h for logging and debugging
+  - error: Add debug() function
+  - pi_stress: Remove unused TIMER_SIGNAL definition
+  - rt-tests.h: Remove unused header file
+  - hackbench: Don't re-assign context for each fd
+- From Joakim Hernberg <jbh@alchemy.lu>:
+  - cyclictest: make affinity option only use number of online cpus
+- From John Kacur <jkacur@redhat.com>:
+  - cyclictest: Add long option --laptop to preserve battery power
+  - cyclictest: Fix help for long options only
+  - cyclictest: Change the output from function sighand() to stderr
+  - cyclictest: Always print an err message if write of 0 to cpu-dma_latency fails
+  - rt_numa.h: Suppress discards 'const' qualifier warning
+  - lib: Rework err_msg_n to output strerror after message
+- From Alexey Brodkin <Alexey.Brodkin@synopsys.com>:
+  - Makefile: allow building selected tests with non-NPTL toolchain
+
 * Sun Mar 30 2014 Clark Williams <williams@redhat.com> - 0.89-1
 - clean up debugging comments and printfs from last release
 - ran hwlatdetect.py through 2to3, works for both python2 and 3