Blame NEWS

Packit 88fe6f
0.6
Packit 88fe6f
~~~
Packit 88fe6f
o Clean up the terminal on exit
Packit 88fe6f
o Stop busy looping on exit in certain conditions
Packit 88fe6f
o Restored UTF-8 support with python2
Packit 88fe6f
o Fixed install scripts to install to sbin/ instead of bin/
Packit 88fe6f
o Releases are now gpg signed with key "4096R/4D23A27E 2013-05-26"
Packit 88fe6f
Packit 88fe6f
0.5
Packit 88fe6f
~~~
Packit 88fe6f
o Adapt the display to the maximum pid width
Packit 88fe6f
o Include both total and actual disk bandwidth in the summary
Packit 88fe6f
o Conversion to Python 3
Packit 88fe6f
o Installation to sbin instead of bin
Packit 88fe6f
Packit 88fe6f
0.4.4
Packit 88fe6f
~~~~~
Packit 88fe6f
o Cosmetic fixes, including a better error message when missing root
Packit 88fe6f
credentials
Packit 88fe6f
Packit 88fe6f
0.4.3
Packit 88fe6f
~~~~~
Packit 88fe6f
o Fixed netlink message parsing to accept alignement padding
Packit 88fe6f
o Force UTF-8 output even if the locale is misconfigured
Packit 88fe6f
o Changed the semantic of 'a' to show stats since iotop was started
Packit 88fe6f
Packit 88fe6f
0.4.2
Packit 88fe6f
~~~~~
Packit 88fe6f
o Workaround for an ncurses bug where UTF-8 strings are misprinted
Packit 88fe6f
o Added ioprio support for the armel and hppa architectures
Packit 88fe6f
o Fix possible incompatibility with linux-2.6.37 on 64 bit systems
Packit 88fe6f
o Do not crash when the locale is incorrectly configured
Packit 88fe6f
Packit 88fe6f
0.4.1
Packit 88fe6f
~~~~~
Packit 88fe6f
o Portability fix
Packit 88fe6f
o Better reporting of missing requirements
Packit 88fe6f
Packit 88fe6f
0.4
Packit 88fe6f
~~~
Packit 88fe6f
o Compatibility with python2.4 using the ctypes module
Packit 88fe6f
o Stopped using setuptools in favor of straight distutils
Packit 88fe6f
Packit 88fe6f
0.3.2
Packit 88fe6f
~~~~~
Packit 88fe6f
o Split long command lines in the middle instead of cutting them at the end
Packit 88fe6f
o Added a heuristic to detect kernels without CONFIG_TASK_DELAY_ACCT
Packit 88fe6f
o The I/O nice of a process/thread can be changed with the 'i' key
Packit 88fe6f
Packit 88fe6f
0.3.1
Packit 88fe6f
~~~~~
Packit 88fe6f
o Fixed the ioprio syscall detection when running on i386/x86_64
Packit 88fe6f
o Fixed interaction between --accumulated and --only
Packit 88fe6f
o Fixed column sorting with --accumulated
Packit 88fe6f
Packit 88fe6f
0.3
Packit 88fe6f
~~~
Packit 88fe6f
o -P is now fully implemented and is dynamically toggled with 'p'
Packit 88fe6f
o Show the I/O priority
Packit 88fe6f
o Added the --accumulated, --kilobytes, --time and --quiet options
Packit 88fe6f
Packit 88fe6f
0.2.1
Packit 88fe6f
~~~~~
Packit 88fe6f
o UTF-8 strings are now correctly handled
Packit 88fe6f
Packit 88fe6f
0.2
Packit 88fe6f
~~~
Packit 88fe6f
Packit 88fe6f
o Misconfigured terminals (TERM=xterm-color) are tolerated
Packit 88fe6f
o Added the --only option to only show processes or threads actually doing I/O
Packit 88fe6f
o Typing 'o' dynamically toggles the --only option
Packit 88fe6f
o Cosmetic fixes as well as minor bug fixes
Packit 88fe6f
o Re-organized code to import vanilla pynl80211
Packit 88fe6f
o Added workaround KERNBUG display in -P
Packit 88fe6f
Packit 88fe6f
0.1
Packit 88fe6f
~~~
Packit 88fe6f
Packit 88fe6f
o First release