From: Guillaume Chazarain Date: Sun, 26 May 2013 21:33:33 +0000 (+0200) Subject: Version bump. X-Git-Tag: iotop-0.6~2 X-Git-Url: https://repo.or.cz/w/iotop.git/commitdiff_plain/ed250d09d00ee3d96bb600a1ea0656c157bdca5e Version bump. --- diff --git a/NEWS b/NEWS index c074c66..5379fc0 100644 --- a/NEWS +++ b/NEWS @@ -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'