aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2015-11-17 08:48:08 -0600
committerClark Williams <williams@redhat.com>2015-11-19 15:19:04 -0600
commit41f3d6bcf34fc8a45ed9d55d066b839c1aa3e038 (patch)
tree82912deacd8760d59a74e6ef6c47453a12b89e8f
parentb377dcd27d58c7809cf6cd1501f138f23f487f60 (diff)
downloadrteval-41f3d6bcf34fc8a45ed9d55d066b839c1aa3e038.tar.gz
version 2.4
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 dc19fb6..3b47070 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.3
+Version: 2.4
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Tue Nov 17 2015 Clark Williams <williams@refhat.com> - 2.4.1
+- rework hackbench load to not generate cross-node traffic [1282826]
+
* Wed Aug 12 2015 Clark Williams <williams@redhat.com> - 2.3-1
- comment out HWLatDetect module from default config [1245699]
diff --git a/rteval/version.py b/rteval/version.py
index 838a45a..89dd25a 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.3'
+RTEVAL_VERSION = '2.4'