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