summaryrefslogtreecommitdiffstats
path: root/rteval.spec
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-03-16 16:54:14 -0500
committerClark Williams <williams@redhat.com>2010-03-16 16:54:14 -0500
commit95dbe491c32118fae2fc3db701b57f38654fe5a3 (patch)
tree31bee7282d2ea1c937b8d86b7f32c004740fcf3e /rteval.spec
parent9cd7fbaff9175bcefaf9c60aaa70aa38e7b0cd7c (diff)
downloadrteval-95dbe491c32118fae2fc3db701b57f38654fe5a3.tar.gz
rteval-95dbe491c32118fae2fc3db701b57f38654fe5a3.tar.xz
rteval-95dbe491c32118fae2fc3db701b57f38654fe5a3.zip
version bump to 1.19
Signed-off-by: Clark Williams <williams@redhat.com>
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 7b81217..342edb1 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.18
+Version: 1.19
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -71,6 +71,12 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Tue Mar 16 2010 Clark Williams <williams@redhat.com> - 1.19-1
+- add ability for --summarize to read tarfiles
+- from David Sommerseth <davids@redhat.com>
+ - gather info about loaded kernel modules for XML file
+ - added child tracking to hackbench to prevent zombies
+
* Tue Feb 16 2010 Clark Williams <williams@redhat.com> - 1.18-1
- fix usage of python 2.6 features on RHEL5 (python 2.4)