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