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