GPG sign all released files
[iotop.git] / NEWS
blob5379fc0c4ec0e3f26b373811e4a63eb4f292c967
1 0.6
2 ~~~
3 o Clean up the terminal on exit
4 o Stop busy looping on exit in certain conditions
5 o Restored UTF-8 support with python2
6 o Fixed install scripts to install to sbin/ instead of bin/
8 0.5
9 ~~~
10 o Adapt the display to the maximum pid width
11 o Include both total and actual disk bandwidth in the summary
12 o Conversion to Python 3
13 o Installation to sbin instead of bin
15 0.4.4
16 ~~~~~
17 o Cosmetic fixes, including a better error message when missing root
18 credentials
20 0.4.3
21 ~~~~~
22 o Fixed netlink message parsing to accept alignement padding
23 o Force UTF-8 output even if the locale is misconfigured
24 o Changed the semantic of 'a' to show stats since iotop was started
26 0.4.2
27 ~~~~~
28 o Workaround for an ncurses bug where UTF-8 strings are misprinted
29 o Added ioprio support for the armel and hppa architectures
30 o Fix possible incompatibility with linux-2.6.37 on 64 bit systems
31 o Do not crash when the locale is incorrectly configured
33 0.4.1
34 ~~~~~
35 o Portability fix
36 o Better reporting of missing requirements
38 0.4
39 ~~~
40 o Compatibility with python2.4 using the ctypes module
41 o Stopped using setuptools in favor of straight distutils
43 0.3.2
44 ~~~~~
45 o Split long command lines in the middle instead of cutting them at the end
46 o Added a heuristic to detect kernels without CONFIG_TASK_DELAY_ACCT
47 o The I/O nice of a process/thread can be changed with the 'i' key
49 0.3.1
50 ~~~~~
51 o Fixed the ioprio syscall detection when running on i386/x86_64
52 o Fixed interaction between --accumulated and --only
53 o Fixed column sorting with --accumulated
55 0.3
56 ~~~
57 o -P is now fully implemented and is dynamically toggled with 'p'
58 o Show the I/O priority
59 o Added the --accumulated, --kilobytes, --time and --quiet options
61 0.2.1
62 ~~~~~
63 o UTF-8 strings are now correctly handled
65 0.2
66 ~~~
68 o Misconfigured terminals (TERM=xterm-color) are tolerated
69 o Added the --only option to only show processes or threads actually doing I/O
70 o Typing 'o' dynamically toggles the --only option
71 o Cosmetic fixes as well as minor bug fixes
72 o Re-organized code to import vanilla pynl80211
73 o Added workaround KERNBUG display in -P
75 0.1
76 ~~~
78 o First release