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