aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Loginov <alexl@mageia.org>2014-03-30 10:30:36 +0400
committerAlexey Loginov <alexl@mageia.org>2014-03-30 10:30:36 +0400
commit8d976e576ce1ac46fea302fb1e4c5c27e96306a7 (patch)
tree2c04dc623f80512b2e8e190e38a690c273320e60
parente9da46728549f5b18248b5ee290848e611780e94 (diff)
downloadnet_monitor-8d976e576ce1ac46fea302fb1e4c5c27e96306a7.tar
net_monitor-8d976e576ce1ac46fea302fb1e4c5c27e96306a7.tar.gz
net_monitor-8d976e576ce1ac46fea302fb1e4c5c27e96306a7.tar.bz2
net_monitor-8d976e576ce1ac46fea302fb1e4c5c27e96306a7.tar.xz
net_monitor-8d976e576ce1ac46fea302fb1e4c5c27e96306a7.zip
0.170.17
-rw-r--r--Makefile2
-rw-r--r--NEWS3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0d3ec6..3378943 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = net_monitor
-VERSION = 0.16
+VERSION = 0.17
GITPATH = git://git.mageia.org/software/net_monitor
all: version python
diff --git a/NEWS b/NEWS
index 5d809f3..3648ef2 100644
--- a/NEWS
+++ b/NEWS
@@ -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)