summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chazarain <guichaz@gmail.com>2013-05-26 23:33:33 +0200
committerGuillaume Chazarain <guichaz@gmail.com>2013-05-26 23:33:33 +0200
commited250d09d00ee3d96bb600a1ea0656c157bdca5e (patch)
tree131b4a151a37876fbb78a96447d837c910ae417e
parent8b1dc2afe5eb9b1f554ca313e3f5cf886c636566 (diff)
downloadiotop-ed250d09d00ee3d96bb600a1ea0656c157bdca5e.tar.gz
Version bump.
-rw-r--r--NEWS7
-rw-r--r--iotop/version.py2
2 files changed, 8 insertions, 1 deletions
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'