From 0a0b65c221dcd6f30dde7e6022b435b51bf561c7 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Mon, 28 Mar 2011 22:34:10 +0200 Subject: [PATCH] Version bump --- NEWS | 6 ++++++ iotop/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f2c5122..3da6255 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.4.3 +~~~~~ +o Fixed netlink message parsing to accept alignement padding +o Force UTF-8 output even if the locale is misconfigured +o Changed the semantic of 'a' to show stats since iotop was started + 0.4.2 ~~~~~ o Workaround for an ncurses bug where UTF-8 strings are misprinted diff --git a/iotop/version.py b/iotop/version.py index 1376913..c42de8a 100644 --- a/iotop/version.py +++ b/iotop/version.py @@ -1 +1 @@ -VERSION = '0.4.2' +VERSION = '0.4.3' -- 2.11.4.GIT