diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | iotop/version.py | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +0.6 +~~~ +o Clean up the terminal on exit +o Stop busy looping on exit in certain conditions +o Restored UTF-8 support with python2 +o Fixed install scripts to install to sbin/ instead of bin/ + 0.5 ~~~ o Adapt the display to the maximum pid width diff --git a/iotop/version.py b/iotop/version.py index f424186..5f7dac7 100644 --- a/iotop/version.py +++ b/iotop/version.py @@ -1 +1 @@ -VERSION = '0.5' +VERSION = '0.6' |