Document the new python requirements
[iotop.git] / NEWS
blob1a5d6190f4524fdb4d56efccbc96c725db83673c
1 0.4
2 ~~~
3 o Compatibility with python2.4 using the ctypes module
5 0.3.2
6 ~~~~~
7 o Split long command lines in the middle instead of cutting them at the end
8 o Added a heuristic to detect kernels without CONFIG_TASK_DELAY_ACCT
9 o The I/O nice of a process/thread can be changed with the 'i' key
11 0.3.1
12 ~~~~~
13 o Fixed the ioprio syscall detection when running on i386/x86_64
14 o Fixed interaction between --accumulated and --only
15 o Fixed column sorting with --accumulated
17 0.3
18 ~~~
19 o -P is now fully implemented and is dynamically toggled with 'p'
20 o Show the I/O priority
21 o Added the --accumulated, --kilobytes, --time and --quiet options
23 0.2.1
24 ~~~~~
25 o UTF-8 strings are now correctly handled
27 0.2
28 ~~~
30 o Misconfigured terminals (TERM=xterm-color) are tolerated
31 o Added the --only option to only show processes or threads actually doing I/O
32 o Typing 'o' dynamically toggles the --only option
33 o Cosmetic fixes as well as minor bug fixes
34 o Re-organized code to import vanilla pynl80211
35 o Added workaround KERNBUG display in -P
37 0.1
38 ~~~
40 o First release