diff options
author | Clark Williams <williams@redhat.com> | 2010-07-13 15:33:33 -0500 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2010-07-13 15:33:33 -0500 |
commit | 758ce2254b0298827437aeae57574a2c2981acdf (patch) | |
tree | 475fd79a73df7ef98c3b033c301d900e7017db04 | |
parent | af39eb48b9082e56ecf46be2acd0cc59587a5c89 (diff) | |
download | rteval-758ce2254b0298827437aeae57574a2c2981acdf.tar.gz rteval-758ce2254b0298827437aeae57574a2c2981acdf.tar.xz rteval-758ce2254b0298827437aeae57574a2c2981acdf.zip |
version update to v1.26
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r-- | rteval.spec | 5 | ||||
-rw-r--r-- | rteval/rteval.py | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec index c6a53fb..23c6633 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: 1.25 +Version: 1.26 Release: 1%{?dist} Summary: Utility to evaluate system suitability for RT Linux @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/rteval %changelog +* Tue Jul 13 2010 Clark Williams <williams@redhat.com> - 1.26-1 +- modified hackbench parameters to reduce memory consumption + * Mon Jul 12 2010 Clark Williams <williams@redhat.com> - 1.25-1 - fixed cyclictest bug that caused everything to be uniprocessor - updated source copyrights to 2010 diff --git a/rteval/rteval.py b/rteval/rteval.py index 68690fb..5d5e3b3 100644 --- a/rteval/rteval.py +++ b/rteval/rteval.py @@ -70,7 +70,7 @@ def sigint_handler(signum, frame): class RtEval(object): def __init__(self, cmdargs): - self.version = "1.25" + self.version = "1.26" self.load_modules = [] self.workdir = os.getcwd() self.inifile = None |