aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2016-02-11 15:59:21 -0600
committerClark Williams <williams@redhat.com>2016-02-11 15:59:21 -0600
commit62fba8d228d64a4a76953954b9d37a0ce7d83e6b (patch)
tree3f1e11c65d01f0c50ed1ec25088cb31de9cea180
parent490a897e3787396ea7744e41318a7d378d29036e (diff)
downloadrteval-62fba8d228d64a4a76953954b9d37a0ce7d83e6b.tar.gz
version 2.6v2.6
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval.spec5
-rw-r--r--rteval/version.py2
2 files changed, 5 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec
index abfae85..e076a47 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.5
+Version: 2.6
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Thu Feb 11 2016 Clark Williams <williams@redhat.com> - 2.6.1
+- update to make --loads-cpulist and --measurement-cpulist work
+
* Thu Dec 10 2015 Clark Williams <williams@refhat.com> - 2.5-1
- stop using old numactl --cpubind argument
diff --git a/rteval/version.py b/rteval/version.py
index 6979e77..714272d 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.5'
+RTEVAL_VERSION = '2.6'