summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2012-08-24 16:16:16 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2012-08-24 16:16:16 -0300
commitc191f50deb3151b3d2674602d309923cefb8e792 (patch)
tree73a5c1e187b2c9b40178c00ddde03cb5adfa9ac3
parent2554cde3395fac77a850df5282e21d7d24a90f3e (diff)
downloadtuna-c191f50deb3151b3d2674602d309923cefb8e792.tar.gz
0.10.3v0.10.3
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--ChangeLog7
-rw-r--r--rpm/SPECS/tuna.spec5
-rwxr-xr-xsetup.py2
-rwxr-xr-xtuna-cmd.py2
4 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index dbdad46..d6160c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+* Fri Aug 24 2012 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.10.3-1
+
+. Fix exception on ARM
+. Remove raw cycles column when perf events are used
+. Don't touch the migration threads
+. Update testuna to work with 3.6.0-rc1
+
* Thu Jul 28 2011 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.10.2-1
[acme@felicio tuna]$ git log v0.10.1.. --format=oneline --abbrev-commit
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 88b25e4..1e6ec75 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.10.2
+Version: 0.10.3
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
@@ -87,6 +87,9 @@ rm -rf %{buildroot}
%doc docs/oscilloscope+tuna.pdf
%changelog
+* Fri Aug 24 2012 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.10.3-1
+- New upstream release
+
* Thu Jul 28 2011 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.10.2-1
- New upstream release
diff --git a/setup.py b/setup.py
index 4b9468a..1d64f65 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.10.2",
+ version = "0.10.3",
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 99dacbc..cc45279 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -37,7 +37,7 @@ except NameError:
nr_cpus = None
ps = None
irqs = None
-version = "0.10.2"
+version = "0.10.3"
def usage():
print _('Usage: tuna [OPTIONS]')