summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2010-05-10 20:08:22 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2010-05-10 20:08:22 -0300
commit7ad8580fcd2fc40e1226486e1110525887614ca7 (patch)
tree4081f418556f3b7715d871899040ad3a0a58fa0b
parent7d4f25878d6025883343aeed9002c1a4c21547d3 (diff)
downloadtuna-7ad8580fcd2fc40e1226486e1110525887614ca7.tar.gz
rpm: 0.9.3v0.9.3
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--ChangeLog18
-rw-r--r--rpm/SPECS/tuna.spec7
2 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e9f6ea9..0c82fd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+* Mon May 10 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9.3-1
+
+[acme@mica tuna]$ git log v0.9.2.. --format=oneline --abbrev-commit
+7d4f258 cmdline: Emit error when affinity operation can't be performed
+a9e68d1 cmdline: Use tuna.cpustring_to_list in --cpus
+21de19e tuna: Make is_hardirq_handler handle non thread group leaders
+ab01211 cmdline: Handle unknown schedulers in -p/--priority:
+bbdaf5a cmdline: Improve message about thread list being needed by -p/--priority
+427f94c cmdline: Fix --priority error message when no threads are informed
+85bb5d7 cmdline: Fix help line entry for --priority
+6d0288b tuna: Make cpustring_to_list understand 0x prefixed hexadecimal numbers
+7210b53 gui: fix use of cpu ranges
+f2bc415 irqview: Fix some race conditions
+a3e85fe cmdline: On threaded irq kernels, map irqs to threads
+7d33dd1 cmdline: Fix threaded interrupt name bug
+3a71dae cmdline: --priority/-p requires a thread list
+[acme@mica tuna]$
+
* Thu Nov 12 2009 Arnaldo Carvalho de Melo <acme@redhat.com>
- cmdline: -Q --show_irqs shows IRQs, so that we can see its affinity
masks even on non-threaded IRQ kernels
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 1981ee5..632b4d0 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.9.2
+Version: 0.9.3
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
@@ -12,7 +12,7 @@ URL: http://userweb.kernel.org/~acme/tuna/
BuildArch: noarch
BuildRequires: python-devel, gettext
Requires: python-ethtool
-Requires: python-linux-procfs >= 0.4.2
+Requires: python-linux-procfs >= 0.4.5
Requires: python-schedutils >= 0.2
# This really should be a Suggests...
# Requires: python-inet_diag
@@ -87,6 +87,9 @@ rm -rf %{buildroot}
%doc docs/oscilloscope+tuna.pdf
%changelog
+* Thu Nov 12 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9.3-1
+- New upstream release
+
* Thu Nov 12 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9.2-1
- New upstream release