summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2010-05-17 14:02:22 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2010-05-17 14:02:22 -0300
commit1d5f5c293fc28e535d2400cf7740dfd5371c6759 (patch)
tree71ccd303e52671ebff47cb7b20b7f17c175192ea
parent97c29c52a1439a0dbfd6c257cfce91d2ea9f8dfd (diff)
downloadtuna-1d5f5c293fc28e535d2400cf7740dfd5371c6759.tar.gz
rpm: bump version to 0.9.4v0.9.4
testuna needed a fix and I forgot to update the version strings to 0.9.3. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/tuna.spec10
-rwxr-xr-xsetup.py2
-rwxr-xr-xtuna-cmd.py2
3 files changed, 10 insertions, 4 deletions
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 632b4d0..face758 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.3
+Version: 0.9.4
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
@@ -87,8 +87,14 @@ rm -rf %{buildroot}
%doc docs/oscilloscope+tuna.pdf
%changelog
-* Thu Nov 12 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9.3-1
+* Mon May 17 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9.3-1
- New upstream release
+- Fixes the folowing bugzilla.redhat.com tickets:
+- 563355 error in tuna --help output
+- 574950 cannot use cpu ranges in the tuna GUI
+- 559770 tuna backtrace when moving threads
+- 563352 tuna backtrace when no thread list is given for --priority
+- 563350 tuna backtrace when scheduler is mis-typed.
* Thu Nov 12 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9.2-1
- New upstream release
diff --git a/setup.py b/setup.py
index edf136c..0991584 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if isfile("MANIFEST"):
PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
setup(name="tuna",
- version = "0.9.2",
+ version = "0.9.4",
description = "Application tuning GUI",
author = "Arnaldo Carvalho de Melo",
author_email = "acme@redhat.com",
diff --git a/tuna-cmd.py b/tuna-cmd.py
index f6f28d5..5dbed56 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -37,7 +37,7 @@ except NameError:
nr_cpus = None
ps = None
irqs = None
-version = "0.9.2"
+version = "0.9.4"
def usage():
print _('Usage: tuna [OPTIONS]')