summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-09-15 22:24:32 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-09-15 22:24:32 -0300
commit7e26bd2a180a968a2ffb9a8427f2757859e6c237 (patch)
treeeedad086ddc216ab0c19872be6aff327302a8758
parent13d5e29642eca332952ef8ecd90052d44c62100a (diff)
downloadtuna-7e26bd2a180a968a2ffb9a8427f2757859e6c237.tar.gz
rpm: 0.7 release
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--MANIFEST1
-rw-r--r--rpm/SPECS/tuna.spec8
2 files changed, 8 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 1618c99..1446850 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2,6 +2,7 @@ help/kthreads/
oscilloscope-cmd.py
tuna-cmd.py
tuna/__init__.py
+tuna/sysfs.py
tuna/tuna.py
tuna/tuna_gui.py
tuna/tuna_gui.glade
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index f52edeb..a0924cb 100644
--- a/rpm/SPECS/tuna.spec
+++ b/rpm/SPECS/tuna.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: tuna
-Version: 0.6
+Version: 0.7
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
@@ -75,6 +75,12 @@ rm -rf %{buildroot}
%{_bindir}/oscilloscope
%changelog
+* Mon Sep 15 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.7-1
+- CPU topology support: operations now can be performed on CPU sockets in
+ addition to individual CPUs
+- --show_threads: command line now can see the same information available
+ in the GUI
+
* Tue Aug 12 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.6-1
- tuna: posix_cpu_timer is percpu but its too long to have '/' in the cmdline
- tuna: Fixup the message about what filename was really used (rtgroups)