summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2009-02-13 12:38:57 -0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2009-02-13 12:38:57 -0200
commit80d1503bdf75f9981cd368910911d01ecc9c3620 (patch)
tree3aad223f5dfb67917b5c12d9749a00ca970814bb
parentf5f34d2c3609c37c690cfbcc4581b7e79a1f6447 (diff)
downloadtuna-80d1503bdf75f9981cd368910911d01ecc9c3620.tar.gz
rpm: v0.8.4
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/tuna.spec17
1 files changed, 16 insertions, 1 deletions
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 64d208a..25e688b 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.8.3
+Version: 0.8.4
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
@@ -75,6 +75,21 @@ rm -rf %{buildroot}
%{_bindir}/oscilloscope
%changelog
+* Mon Oct 27 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.8.4-1
+- cmdline: Allow globbing --irqs/-q
+- cmdline: Allow globbing --threads/-t
+- cmdline: Support regex on --thread
+- cmdline: Check if thread names resolved to TIDs
+- irqview: We have to pass an int to schedutils.setscheduler
+- irqview: Initialize the rt_prio entry box
+- gui: move procview to a separate file
+- gui: Move irqview to a separate file
+- gui: remove the Set/set trick in tuna/tuna_gui.py, not used anymore
+- gui: Use schedutils.SCHED_{OTHER,FIFO,RR}
+- gui: move cpuview classes to a separate file
+- gui: Stop handling exceptions at procview.set_thread_columns
+- oscilloscope: Ignore invalid samples, emitting just a warning
+
* Mon Oct 27 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.8-1
- [Non]VolCtxtSwitch columns should be represented in the GUI as unsigned
- Several spelling fixes