summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-08-12 18:49:43 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-08-12 18:49:43 -0300
commit42878fce936f7952dd25cd05fc5192adb876a901 (patch)
tree503b4265561b676b3c96f9298d1530c6f1d3a29b
parent1bf6fd7ca513f25e75d0aa1beb9f727dda8b05af (diff)
downloadtuna-42878fce936f7952dd25cd05fc5192adb876a901.tar.gz
rpm: v0.6
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/tuna.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 053e89b..063719c 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.5
+Version: 0.6
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
@@ -75,6 +75,12 @@ rm -rf %{buildroot}
%{_bindir}/oscilloscope
%changelog
+* 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)
+- tuna: Save the affinity mask for non-percpu kthreads
+- tuna: Ignore rtprio when changing sched policy to SCHED_OTHER
+
* Thu Aug 7 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.5-1
- tuna_gui: Provide instructions on how to use the generated rtctl file
- tuna_gui: Add "Save kthreads tunings" menu entry in the process list box