aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2016-05-09 15:43:41 -0500
committerClark Williams <williams@redhat.com>2016-05-09 15:43:41 -0500
commit36dcc71296776f63d492bc0b89e5621928385225 (patch)
treeb83f59c486117c028fa48104ca73580496fd1ef3
parent54a25cd1cbdf2f13ab1ab51ae6cd3a48067c3a6d (diff)
downloadrteval-36dcc71296776f63d492bc0b89e5621928385225.tar.gz
version 2.9v2.9
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval.spec7
-rw-r--r--rteval/version.py2
2 files changed, 6 insertions, 3 deletions
diff --git a/rteval.spec b/rteval.spec
index 1c0ebc5..ca6d739 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -2,8 +2,8 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: rteval
-Version: 2.8
-Release: 2%{?dist}
+Version: 2.9
+Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Mon May 9 2016 Clark Williams <williams@redhat.com> - 2.9.1
+- default cpulist for modules if only one specified [1333831]
+
* Tue Apr 26 2016 Clark Williams <williams@redhat.com> - 2.8.1
- add the --version option to print the rteval version
- made the --cyclictest-breaktrace option work properly [1209986]
diff --git a/rteval/version.py b/rteval/version.py
index 63aa8b5..d58a286 100644
--- a/rteval/version.py
+++ b/rteval/version.py
@@ -23,4 +23,4 @@
# are deemed to be part of the source code.
#
-RTEVAL_VERSION = '2.8'
+RTEVAL_VERSION = '2.9'