summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2009-09-03 11:57:15 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2009-09-03 11:57:15 -0300
commit372b25666058ed646bc23900e50249a3549b0325 (patch)
tree03742f60a51ed8d015dd467e033f9ceb19eaf33b
parent9ffd3c6ea8b11e4e0e617ada351e60b314f7a149 (diff)
downloadtuna-372b25666058ed646bc23900e50249a3549b0325.tar.gz
rpm: 0.9.1v0.9.1
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--ChangeLog9
-rw-r--r--rpm/SPECS/tuna.spec7
-rwxr-xr-xsetup.py2
-rwxr-xr-xtuna-cmd.py2
4 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5089634..502e282 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
+* Thu Sep 3 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9-1
+- cmdline: --socket needs an argument
+- tuna: Present more graceful failure mode when machine can't start gui
+- tuna: Handle 2.6.31 style threaded irq names
+
* Wed May 13 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9-1
+- tuna: i18n, pt_BR & Japanese
+- oscilloscope: Fix scaling bugs and add --sample_multiplier
+- oscilloscope: properly refresh all widgets
+- oscilloscope: Remove needless shebang and reword the package summary
- cmdline: add --show_sockets/-n
* Mon Oct 27 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.8.4-1
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 15d3127..6049b8c 100644
--- a/rpm/SPECS/tuna.spec
+++ b/rpm/SPECS/tuna.spec
@@ -2,8 +2,8 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: tuna
-Version: 0.9
-Release: 3%{?dist}
+Version: 0.9.1
+Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
Group: Applications/System
@@ -87,6 +87,9 @@ rm -rf %{buildroot}
%doc docs/oscilloscope+tuna.pdf
%changelog
+* Thu Sep 03 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9.1-1
+- New upstream release
+
* Wed Aug 26 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9-3
- Rewrite the oscilloscope package summary
- Remove the shebang in tuna/oscilloscope.py
diff --git a/setup.py b/setup.py
index 58e4eb1..016674b 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",
+ version = "0.9.1",
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 0fb3194..068dbab 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"
+version = "0.9.1"
def usage():
print _('Usage: tuna [OPTIONS]')