diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = net_monitor -VERSION = 0.16 +VERSION = 0.17 GITPATH = git://git.mageia.org/software/net_monitor all: version python @@ -1,6 +1,9 @@ Mandriva network monitoring tool -- History of user-visible changes Copyright (C) 2009, Mandriva +0.17: +- fix mga#12882 (use of str() instead of unicode()) + 0.16: - fix missing interface name in message - fix treating UTF-8 strings as ascii (mga#12047) |