summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-11-25 10:34:53 -0600
committerClark Williams <williams@redhat.com>2009-11-25 10:34:53 -0600
commit2e9fda3fb0f8e880d283f1d91d06abc2a3e1b80c (patch)
treecffdce53ad6086561f231ee06d70f65d0e358dc4
parent86c32ef28f3504f02fea392fc4fee7ca3d6bbdf8 (diff)
downloadrteval-2e9fda3fb0f8e880d283f1d91d06abc2a3e1b80c.tar.gz
rteval-2e9fda3fb0f8e880d283f1d91d06abc2a3e1b80c.tar.xz
rteval-2e9fda3fb0f8e880d283f1d91d06abc2a3e1b80c.zip
version bump to 1.12
-rw-r--r--TODO5
-rw-r--r--rteval.spec7
2 files changed, 8 insertions, 4 deletions
diff --git a/TODO b/TODO
index f74e49d..375e8ec 100644
--- a/TODO
+++ b/TODO
@@ -5,8 +5,9 @@
1. Write a man page.
-2. Figure out some sort of config file to adjust load and measurement parameters, then
-add an option to tell rteval to use a particular config file.
+2. Figure out some sort of config file to adjust load and measurement
+ parameters, then add an option to tell rteval to use a particular
+ config file.
3. Figure out how to add more loads. Seems that we could do it two ways:
diff --git a/rteval.spec b/rteval.spec
index 2df4c93..e98964e 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -2,8 +2,8 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: rteval
-Version: 1.11
-Release: 5%{?dist}
+Version: 1.12
+Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Nov 25 2009 Clark Williams <williams@redhat.com> - 1.12-1
+- fix incorrect reporting of measurement thread priorities
+
* Mon Nov 16 2009 Clark Williams <williams@redhat.com> - 1.11-5
- ensure that no double-slashes ("//") appear in the symlink
path for /usr/bin/rteval (problem with rpmdiff)