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