summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rteval.spec10
-rw-r--r--rteval/rteval.py2
2 files changed, 7 insertions, 5 deletions
diff --git a/rteval.spec b/rteval.spec
index bdb2b82..e18ae52 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.10
+Version: 1.11
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -104,11 +104,13 @@ rm -rf $RPM_BUILD_ROOT
%changelog
-* Fri Nov 6 2009 Clark Williams <williams@redhat.com> - 1.10-1
+* Fri Nov 6 2009 Clark Williams <williams@redhat.com> - 1.11-1
+- added base OS info to XML file and XSL report
+- created new package rteval-loads for the load source code
+
+* Wed Nov 4 2009 Clark Williams <williams@redhat.com> - 1.10-1
- added config file section for cyclictest and two settable
parameters, buckets and interval
-- created new package rteval-loads for the load source code
-- added base OS info to XML file and XSL report
* Thu Oct 29 2009 Clark Williams <williams@redhat.com> - 1.9-1
- merged davids updates:
diff --git a/rteval/rteval.py b/rteval/rteval.py
index 7d52c9a..f69f99c 100644
--- a/rteval/rteval.py
+++ b/rteval/rteval.py
@@ -57,7 +57,7 @@ import rtevalMailer
class RtEval(object):
def __init__(self):
- self.version = "1.10"
+ self.version = "1.11"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None