Update python requirements
[iotop.git] / NEWS
blobc074c66a728a467cebaf25952c0248a7e0121683
1 0.5
2 ~~~
3 o Adapt the display to the maximum pid width
4 o Include both total and actual disk bandwidth in the summary
5 o Conversion to Python 3
6 o Installation to sbin instead of bin
8 0.4.4
9 ~~~~~
10 o Cosmetic fixes, including a better error message when missing root
11 credentials
13 0.4.3
14 ~~~~~
15 o Fixed netlink message parsing to accept alignement padding
16 o Force UTF-8 output even if the locale is misconfigured
17 o Changed the semantic of 'a' to show stats since iotop was started
19 0.4.2
20 ~~~~~
21 o Workaround for an ncurses bug where UTF-8 strings are misprinted
22 o Added ioprio support for the armel and hppa architectures
23 o Fix possible incompatibility with linux-2.6.37 on 64 bit systems
24 o Do not crash when the locale is incorrectly configured
26 0.4.1
27 ~~~~~
28 o Portability fix
29 o Better reporting of missing requirements
31 0.4
32 ~~~
33 o Compatibility with python2.4 using the ctypes module
34 o Stopped using setuptools in favor of straight distutils
36 0.3.2
37 ~~~~~
38 o Split long command lines in the middle instead of cutting them at the end
39 o Added a heuristic to detect kernels without CONFIG_TASK_DELAY_ACCT
40 o The I/O nice of a process/thread can be changed with the 'i' key
42 0.3.1
43 ~~~~~
44 o Fixed the ioprio syscall detection when running on i386/x86_64
45 o Fixed interaction between --accumulated and --only
46 o Fixed column sorting with --accumulated
48 0.3
49 ~~~
50 o -P is now fully implemented and is dynamically toggled with 'p'
51 o Show the I/O priority
52 o Added the --accumulated, --kilobytes, --time and --quiet options
54 0.2.1
55 ~~~~~
56 o UTF-8 strings are now correctly handled
58 0.2
59 ~~~
61 o Misconfigured terminals (TERM=xterm-color) are tolerated
62 o Added the --only option to only show processes or threads actually doing I/O
63 o Typing 'o' dynamically toggles the --only option
64 o Cosmetic fixes as well as minor bug fixes
65 o Re-organized code to import vanilla pynl80211
66 o Added workaround KERNBUG display in -P
68 0.1
69 ~~~
71 o First release