80 columns
[iotop.git] / NEWS
blobed304d136cb75d0b235c856fb90818eda1b91fcd
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
6 0.3.1
7 ~~~~~
8 o Fixed the ioprio syscall detection when running on i386/x86_64
9 o Fixed interaction between --accumulated and --only
10 o Fixed column sorting with --accumulated
12 0.3
13 ~~~
14 o -P is now fully implemented and is dynamically toggled with 'p'
15 o Show the I/O priority
16 o Added the --accumulated, --kilobytes, --time and --quiet options
18 0.2.1
19 ~~~~~
20 o UTF-8 strings are now correctly handled
22 0.2
23 ~~~
25 o Misconfigured terminals (TERM=xterm-color) are tolerated
26 o Added the --only option to only show processes or threads actually doing I/O
27 o Typing 'o' dynamically toggles the --only option
28 o Cosmetic fixes as well as minor bug fixes
29 o Re-organized code to import vanilla pynl80211
30 o Added workaround KERNBUG display in -P
32 0.1
33 ~~~
35 o First release