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