summaryrefslogtreecommitdiffstats
path: root/rteval.spec
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-10-12 13:44:17 -0500
committerDavid Sommerseth <davids@redhat.com>2009-10-23 17:26:07 +0200
commit2c147002151aa931bb67f763d2f36eece86a8179 (patch)
tree78dc8eaa3087312fc0ee76a2a6f826a0b8530806 /rteval.spec
parentf862a95401e49ef43c8ff50f4d8ff81427e6dda9 (diff)
downloadrteval-2c147002151aa931bb67f763d2f36eece86a8179.tar.gz
rteval-2c147002151aa931bb67f763d2f36eece86a8179.tar.xz
rteval-2c147002151aa931bb67f763d2f36eece86a8179.zip
version bump to 1.5
updated option processing, changed stats to use less memory, changed debug output to prefix with module name
Diffstat (limited to 'rteval.spec')
-rw-r--r--rteval.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/rteval.spec b/rteval.spec
index bee9143..255691b 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.4
+Version: 1.5
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -87,6 +87,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Oct 12 2009 Clark Williams <williams@redhat.com> - 1.5-1
+- changed cyclictest to use less memory when doing statisics
+ calculations
+- updated debug output to use module name prefixes
+- changed option processing to only process config file once
+
* Fri Oct 9 2009 Clark Williams <williams@redhat.com> - 1.4-1
- changed cyclictest to use histogram rather than sample array
- calcuated statistics directly from histogram