aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-01-18 21:22:49 +0100
committerDavid Sommerseth <davids@redhat.com>2013-01-18 21:22:49 +0100
commitd5e413ee3c581bf4f9efd789a0c423b72e289867 (patch)
tree25b432e5c9b4f816e9942a3c78965c0b583c3315
parent0c107c8e19b9880ccd769507e272df3cd19207e2 (diff)
downloadrteval-d5e413ee3c581bf4f9efd789a0c423b72e289867.tar.gz
Preparing rteval 2.1v2.1
Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--rteval.spec16
-rw-r--r--rteval/version.py2
2 files changed, 14 insertions, 4 deletions
diff --git a/rteval.spec b/rteval.spec
index e44262a..6a27b9c 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: rteval
-Version: 2.0.1
+Version: 2.1
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -18,7 +18,7 @@ Requires: python-schedutils python-ethtool libxslt-python >= 1.1.17
Requires: python-dmidecode >= 3.10
Requires: rt-tests >= 0.65
Requires: rteval-loads >= 1.2
-Requires: rteval-common
+Requires: rteval-common => %{version}-%{release}
BuildArch: noarch
Obsoletes: rteval <= 1.7
@@ -89,9 +89,19 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Fri Jan 18 2013 David Sommerseth <davids@redhat.com> - 2.1-1
+- Made some log lines clearer
+- cyclictest: Added --cyclictest-breaktrace feature
+- cyclictest: Removed --cyclictest-distance option
+- cyclictest: Use a tempfile buffer for cyclictest's stdout data
+- cyclictest: Report if breaktrace was triggered
+- cyclictest: Make the unit test work again
+- cyclictest: Only log and show statistic data when samples are collected
+- Copyright updates
+
* Thu Jan 17 2013 David Sommerseth <davids@redhat.com> - 2.0.1-1
- Fix up type casting in the core module code
-- hwlatdetect: Add some more useful debug info
+- hwlatdetect: Add some more useful debug info
- Reworked the run logic for modules - allow them to flag they won't run
- Fixed a few log messages in load modules
- Add a 30 seconds sleep before unleashing the measurement threads
diff --git a/rteval/version.py b/rteval/version.py
index 28d309f..8bcdc15 100644
--- a/rteval/version.py
+++ b/rteval/version.py
@@ -22,5 +22,5 @@
# are deemed to be part of the source code.
#
-RTEVAL_VERSION = '2.0.1'
+RTEVAL_VERSION = '2.1'