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