File: changelog

package info (click to toggle)
iotop 0.6-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 248 kB
  • ctags: 251
  • sloc: python: 1,303; makefile: 3
file content (192 lines) | stat: -rw-r--r-- 6,469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
iotop (0.6-2) unstable; urgency=medium

  * Switch to Python 3 (Closes: #724026)
    - Add upstream patch to fix setup.py
  * Switch to debhelper compat level 9
  * Switch to the Pybuild helper
  * Switch to debian/copyright format 1.0
  * Bump Standards-Version, no changes needed
  * Add upstream metadata
  * Download upstream OpenPGP sig using uscan
  * Include upstream OpenPGP sig in source package
  * Use GPL-2+ for debian/ for upstream compatibility

 -- Paul Wise <pabs@debian.org>  Fri, 29 Jul 2016 18:25:22 +0800

iotop (0.6-1) unstable; urgency=low

  * New upstream release
    - Doesn't crash with UTF-8 command-lines (Closes: #708252) (LP: #1179975)

 -- Paul Wise <pabs@debian.org>  Fri, 07 Jun 2013 14:00:56 +0800

iotop (0.5-2) unstable; urgency=low

  * Upload to unstable now that wheezy is out
  * Fix the FSF address in the copyright information
  * Fix a Python 3 incompatibility issue
  * Exit when a SIGTERM signal is received in interactive mode. (LP: #1156754)

 -- Paul Wise <pabs@debian.org>  Mon, 06 May 2013 13:25:07 +0800

iotop (0.5-1) experimental; urgency=low

  * New upstream release
    - Adapts the display to the maximum pid width (LP: #896989)
    - Upstream partially moved iotop to sbin, drop some install munging
    - Drops support for ctypes, update dependency information
  * Work around debhelper not doing parallel builds by default
  * Bump Standards-Version, no changes needed
  * Wrap and sort various files

 -- Paul Wise <pabs@debian.org>  Mon, 04 Feb 2013 08:10:22 +0800

iotop (0.4.4-4) unstable; urgency=low

  * Move iotop script to /usr/sbin, adjust manual page since Linux
    wants root for access to the taskstats interfaces (Closes: #653519)

 -- Paul Wise <pabs@debian.org>  Thu, 29 Dec 2011 10:50:35 +0800

iotop (0.4.4-3) unstable; urgency=low

  * Drop type-handling/linux dep and switch to arch linux-any until
    linux-all is available; that will probably never happen since
    it requires changes in so many places.

 -- Paul Wise <pabs@debian.org>  Thu, 17 Nov 2011 08:05:21 +0800

iotop (0.4.4-2) unstable; urgency=low

  * Depend on linux (provided by type-handling) so that iotop is not
    installable on non-Linux ports of Debian.

 -- Paul Wise <pabs@debian.org>  Wed, 16 Nov 2011 19:21:09 +0800

iotop (0.4.4-1) unstable; urgency=low

  [ Paul Wise ]
  * New upstream release
    - Produces a helpful error instead of crashing when Linux
      denies permission (Closes: #644616, LP: #879767)
  * Bump Standards-Version, no changes needed

  [ Scott Kitterman ]
  * Switch to dh_python2 (LP: #856478)

 -- Paul Wise <pabs@debian.org>  Tue, 01 Nov 2011 16:10:09 +0800

iotop (0.4.3-1) unstable; urgency=low

  * New upstream release
    - Drop all patches, included upstream
    - Fixes crash with non-ASCII characters (Closes: #616481)
    - Fixes startup with invalid locales (Closes: #593846)
    - Adds support for ioprio on armel and hppa (Closes: #595426)
  * Wrap deps and build-deps one per line
  * Drop quilt stuff, not needed with dpkg-source v3
  * Bump Standards-Version, no changes needed

 -- Paul Wise <pabs@debian.org>  Tue, 29 Mar 2011 09:16:38 +0800

iotop (0.4-2) unstable; urgency=low

  * Correct bug number in the changelog for previous version.
  * Switch to dpkg-source format v3
  * Do not report requirements that are available (Closes: #574246)
  * Check for CONFIG_VM_EVENT_COUNTERS, it is needed (Closes: #574346)
  * Bump Standards-Version, no changes needed

 -- Paul Wise <pabs@debian.org>  Mon, 31 May 2010 17:46:30 +0800

iotop (0.4-1) unstable; urgency=low

  * New upstream release
    - Switched to distutils and removed setuptools egg (Closes: #564364)
    - Works around weird math domain error (Closes: #563097)
    - Works on Python 2.4 (with ctypes), adust packaging
  * Make the watch file a little more flexible

 -- Paul Wise <pabs@debian.org>  Tue, 12 Jan 2010 14:52:38 +0800

iotop (0.3.2-1) unstable; urgency=low

  * New upstream release
    - Includes ionice functionality (Closes: #535969)
  * Make the setuptools egg removal more flexible just in case
  * Bump Standards-Version, no changes needed

 -- Paul Wise <pabs@debian.org>  Thu, 24 Sep 2009 14:34:43 +0800

iotop (0.3.1-1) unstable; urgency=low

  * New upstream release
    - Fixes syscall usage on biarch systems (Closes: #529429) 
  * Bump Standards-Version, no changes needed

 -- Paul Wise <pabs@debian.org>  Sun, 28 Jun 2009 15:54:22 +0800

iotop (0.3-1) unstable; urgency=low

  * New upstream release
    - displays IO scheduling class and priority (Closes: #521360)
    - iotop -bo output can now be piped (LP: #337882)
    - 01_fix_nfs_crash.patch was included, drop it
  * Bump Standards-Version, no changes needed

 -- Paul Wise <pabs@debian.org>  Mon, 04 May 2009 14:17:06 +0800

iotop (0.2.1-1) unstable; urgency=low

  * New upstream release (Closes: #511649)
  * List needed kernel config options in description (Closes: #497360)
  * Avoid use of first-person in description
  * Build-dep on python-setuptools instead of using the egg
  * Switch from cdbs to debhelper 7
  * Add a README.source pointing to the quilt one

 -- Paul Wise <pabs@debian.org>  Tue, 24 Feb 2009 18:09:50 +0900

iotop (0.2-3) unstable; urgency=low

  * Prevent a crash when NFS mounts have disappeared (Closes: #492568)

 -- Paul Wise <pabs@debian.org>  Mon, 01 Sep 2008 13:51:54 +0800

iotop (0.2-2) unstable; urgency=low

  * Fix dependencies (Closes: #489064)
  * Bump Standards-Version (no changes needed)

 -- Paul Wise <pabs@debian.org>  Thu, 03 Jul 2008 14:11:58 +0800

iotop (0.2-1) unstable; urgency=low

  * New upstream release
  * Drop manual page and patch (included upstream)
  * Update Homepage to new upstream web page
  * Upstream has a tarball and setup.py
    * Add a watch file to track new upstream versions
    * Switch to python-support for installation

 -- Paul Wise <pabs@debian.org>  Thu, 29 May 2008 17:31:58 +0800

iotop (0.1-3) unstable; urgency=low

  * Fix traceback with some kinds of terminals (Closes: #482018)

 -- Paul Wise <pabs@debian.org>  Wed, 21 May 2008 16:41:50 +0800

iotop (0.1-2) unstable; urgency=low

  * Mention in the manual page which options need to be enabled
    in the Linux kernel build configuration. (Closes: #479843)

 -- Paul Wise <pabs@debian.org>  Wed, 07 May 2008 10:40:05 +0800

iotop (0.1-1) unstable; urgency=low

  * Initial release (Closes: #477681)

 -- Paul Wise <pabs@debian.org>  Thu, 24 Apr 2008 21:51:35 +0800