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