Document signature
[iotop.git] / NEWS
blobc3efed88ec16c94183d145f8b274435ad6fd0386
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/
7 o Releases are now gpg signed with key "4096R/4D23A27E 2013-05-26"
9 0.5
10 ~~~
11 o Adapt the display to the maximum pid width
12 o Include both total and actual disk bandwidth in the summary
13 o Conversion to Python 3
14 o Installation to sbin instead of bin
16 0.4.4
17 ~~~~~
18 o Cosmetic fixes, including a better error message when missing root
19 credentials
21 0.4.3
22 ~~~~~
23 o Fixed netlink message parsing to accept alignement padding
24 o Force UTF-8 output even if the locale is misconfigured
25 o Changed the semantic of 'a' to show stats since iotop was started
27 0.4.2
28 ~~~~~
29 o Workaround for an ncurses bug where UTF-8 strings are misprinted
30 o Added ioprio support for the armel and hppa architectures
31 o Fix possible incompatibility with linux-2.6.37 on 64 bit systems
32 o Do not crash when the locale is incorrectly configured
34 0.4.1
35 ~~~~~
36 o Portability fix
37 o Better reporting of missing requirements
39 0.4
40 ~~~
41 o Compatibility with python2.4 using the ctypes module
42 o Stopped using setuptools in favor of straight distutils
44 0.3.2
45 ~~~~~
46 o Split long command lines in the middle instead of cutting them at the end
47 o Added a heuristic to detect kernels without CONFIG_TASK_DELAY_ACCT
48 o The I/O nice of a process/thread can be changed with the 'i' key
50 0.3.1
51 ~~~~~
52 o Fixed the ioprio syscall detection when running on i386/x86_64
53 o Fixed interaction between --accumulated and --only
54 o Fixed column sorting with --accumulated
56 0.3
57 ~~~
58 o -P is now fully implemented and is dynamically toggled with 'p'
59 o Show the I/O priority
60 o Added the --accumulated, --kilobytes, --time and --quiet options
62 0.2.1
63 ~~~~~
64 o UTF-8 strings are now correctly handled
66 0.2
67 ~~~
69 o Misconfigured terminals (TERM=xterm-color) are tolerated
70 o Added the --only option to only show processes or threads actually doing I/O
71 o Typing 'o' dynamically toggles the --only option
72 o Cosmetic fixes as well as minor bug fixes
73 o Re-organized code to import vanilla pynl80211
74 o Added workaround KERNBUG display in -P
76 0.1
77 ~~~
79 o First release