File iotop.changes of Package iotop
179
1
-------------------------------------------------------------------
2
Tue May 29 15:33:22 UTC 2018 - ldevulder@suse.com
3
4
- Add iotop-0.60-fix-proc-status-split.patch: Upstream commit to
5
fix crash when /proc/*/status doesn't have tab character (this
6
can be the case with vserver kernels)
7
- Add iotop-0.6-ignore-invalid-lines-in-proc-status.patch: Upstream
8
commit to fix crash when /proc/*/status has invalid lines
9
10
-------------------------------------------------------------------
11
Wed Feb 21 11:15:11 UTC 2018 - mvetter@suse.com
12
13
- bsc#1081915: Port to python3:
14
* Add iotop-0.6-python3_build.patch: Upstream commit to fix
15
python build by replacing itervalues() with values(). ID is
16
99c8d7cedce81f17b851954d94bfa73787300599
17
* Add iotop-0.6-python3-header.patch: Replace header to use
18
python3
19
- Add iotop-0.6-noendcurses.patch: to prevent problems when closing
20
terminal while running iotop (rh#1035503)
21
- Run spec-cleaner:
22
* Remove py_requires
23
* Use man macro
24
- Drop condition around noarch
25
26
-------------------------------------------------------------------
27
Mon Mar 16 20:44:16 UTC 2015 - mpluskal@suse.com
28
29
- Cleanup spec file with spec-cleaner
30
- Remove no longer needed iotop-rpmlintrc
31
- Build cleanup
32
- Add gpg signature
33
- Use fdupes to remove duplicates
34
35
-------------------------------------------------------------------
36
Thu Jun 27 12:26:01 CEST 2013 - pth@suse.de
37
38
- Update to 0.6:
39
* Clean up the terminal on exit
40
* Stop busy looping on exit in certain conditions
41
* Restored UTF-8 support with python2
42
* Releases are now gpg signed with key "4096R/4D23A27E 2013-05-26"
43
44
-------------------------------------------------------------------
45
Sun Mar 3 07:44:09 UTC 2013 - zaitor@opensuse.org
46
47
- Update to version 0.5:
48
+ Adapt the display to the maximum pid width.
49
+ Include both total and actual disk bandwidth in the summary.
50
+ Conversion to Python 3.
51
+ Installation to sbin instead of bin.
52
53
-------------------------------------------------------------------
54
Mon Oct 31 10:10:47 UTC 2011 - pascal.bleser@opensuse.org
55
56
- update to 0.4.4:
57
* cosmetic fixes, including a better error message when missing root
58
credentials
59
60
-------------------------------------------------------------------
61
Wed Mar 30 07:42:46 UTC 2011 - saschpe@suse.de
62
63
- Remove authors from %%description
64
- Change "python ./setup.py" calls to "python setup.py"
65
66
-------------------------------------------------------------------
67
Mon Mar 28 23:04:21 UTC 2011 - pascal.bleser@opensuse.org
68
69
- update to 0.4.3:
70
* the netlink message parsing code was fixed to accept alignment padding
71
* UTF-8 output is now forced even if the locale is misconfigured
72
* the semantic of the 'a' key was changed to show stats since iotop was
73
started
74
75
- changes from 0.4.2:
76
* workaround for an ncurses bug where UTF-8 strings are misprinted
77
* ioprio support for the armel and hppa architectures was added
78
* a possible incompatibility with Linux 2.6.37 on 64-bit systems was fixed
79
* iotop does not crash anymore when the locale is incorrectly configured
80
81
-------------------------------------------------------------------
82
Tue Sep 7 12:18:40 CEST 2010 - pth@suse.de
83
84
- Rename alignment patch.
85
86
-------------------------------------------------------------------
87
Mon Sep 6 11:56:52 CEST 2010 - pth@suse.de
88
89
- Apply patch from author to adapt iotop to different alignments
90
on 64 Bit systems (bnc#617281).
91
92
-------------------------------------------------------------------
93
Thu Sep 2 17:31:20 CEST 2010 - pth@suse.de
94
95
- Add py_requires
96
- Update to 0.4.1. Changes since 0.2.1:
97
o Portability fix
98
o Better reporting of missing requirements
99
100
0.4
101
~~~
102
o Compatibility with python2.4 using the ctypes module
103
o Stopped using setuptools in favor of straight distutils
104
105
0.3.2
106
~~~~~
107
o Split long command lines in the middle instead of cutting them at the end
108
o Added a heuristic to detect kernels without CONFIG_TASK_DELAY_ACCT
109
o The I/O nice of a process/thread can be changed with the 'i' key
110
111
0.3.1
112
~~~~~
113
o Fixed the ioprio syscall detection when running on i386/x86_64
114
o Fixed interaction between --accumulated and --only
115
o Fixed column sorting with --accumulated
116
117
0.3
118
~~~
119
o -P is now fully implemented and is dynamically toggled with 'p'
120
o Show the I/O priority
121
o Added the --accumulated, --kilobytes, --time and --quiet options
122
123
-------------------------------------------------------------------
124
Sun Aug 9 12:43:26 CEST 2009 - coolo@novell.com
125
126
- use new python macros
127
128
-------------------------------------------------------------------
129
Tue Aug 12 14:59:43 CEST 2008 - pth@suse.de
130
131
- Remove py_requires and the rpmlintrc filters for warnings
132
resulting from the use of it.
133
- Remove superfluous BuildRequires for python.
134
135
-------------------------------------------------------------------
136
Mon Aug 11 12:47:56 CEST 2008 - pth@suse.de
137
138
- Add rpmlintrc file.
139
140
-------------------------------------------------------------------
141
Thu Jul 10 12:07:27 CEST 2008 - pth@suse.de
142
143
- Update to 0.2.1. Changes since 0.1:
144
145
- 0.2.1:
146
* UTF-8 strings are now correctly handled
147
148
- 0.2
149
* Misconfigured terminals (TERM=xterm-color) are tolerated
150
* Added the --only option to only show processes or threads actually
151
doing I/O
152
* Typing 'o' dynamically toggles the --only option
153
* Cosmetic fixes as well as minor bug fixes
154
* Re-organized code to import vanilla pynl80211
155
* Added workaround KERNBUG display in -P
156
157
-------------------------------------------------------------------
158
Wed Mar 19 09:23:55 CET 2008 - aj@suse.de
159
160
- Fix build (really include COPYING).
161
- Fix rpmlint warnings about "useless-explicit-requires python" and
162
"redundant-prefix-tag"
163
164
-------------------------------------------------------------------
165
Fri Mar 14 18:50:43 CET 2008 - pth@suse.de
166
167
- Include a copy of GPL2 (bnc#370246).
168
169
-------------------------------------------------------------------
170
Tue Feb 12 15:19:05 CET 2008 - pth@suse.de
171
172
- Add missing requires for python-curses
173
174
-------------------------------------------------------------------
175
Wed Feb 6 12:50:00 CET 2008 - pth@suse.de
176
177
- Initial package
178
179