Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edefd69

Browse files
committed
0.10.2
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent ddd2754 commit edefd69

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
* Thu Jul 28 2011 Arnaldo Carvalho de Melo <[email protected]> - 0.10.2-1
2+
3+
[acme@felicio tuna]$ git log v0.10.1.. --format=oneline --abbrev-commit
4+
ddd2754 oscilloscope: Switch from "Bistream Vera Sans" to "Liberation Sans"
5+
c5c558c oscilloscope: Switch from Numeric to numpy
6+
28d87b6 MANIFEST: Add tuna/oscilloscope.py
7+
4de7144 cmdline: Fix IRQ affinity setting
8+
40bc92d procview gui: Load perf globally
9+
10+
* Wed Feb 23 2011 Arnaldo Carvalho de Melo <[email protected]> - 0.10.1-1
11+
12+
24f19ce procview gui: Don't assume the perf binding is always available
13+
114
* Wed Feb 23 2011 Arnaldo Carvalho de Melo <[email protected]> - 0.10-1
215

316
[acme@emilia tuna]$ git log v0.9.4.. --format=oneline --abbrev-commit

rpm/SPECS/tuna.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
33

44
Name: tuna
5-
Version: 0.10.1
5+
Version: 0.10.2
66
Release: 1%{?dist}
77
License: GPLv2
88
Summary: Application tuning GUI & command line utility
@@ -87,6 +87,9 @@ rm -rf %{buildroot}
8787
%doc docs/oscilloscope+tuna.pdf
8888

8989
%changelog
90+
* Thu Jul 28 2011 Arnaldo Carvalho de Melo <[email protected]> - 0.10.2-1
91+
- New upstream release
92+
9093
* Wed Feb 23 2011 Arnaldo Carvalho de Melo <[email protected]> - 0.10.1-1
9194
- New upstream release
9295

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
1313

1414
setup(name="tuna",
15-
version = "0.10.1",
15+
version = "0.10.2",
1616
description = "Application tuning GUI",
1717
author = "Arnaldo Carvalho de Melo",
1818
author_email = "[email protected]",

tuna-cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
nr_cpus = None
3838
ps = None
3939
irqs = None
40-
version = "0.10.1"
40+
version = "0.10.2"
4141

4242
def usage():
4343
print _('Usage: tuna [OPTIONS]')

0 commit comments

Comments
 (0)