diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-13 19:47:47 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-13 19:47:47 +0100 |
commit | cbea32384531f3f3f0fa15c09aef442292b8d502 (patch) | |
tree | 46379bac3ea3e478ea38c7f4a87037b433361572 | |
parent | 4d606fa621408e13279202726712e96ba8dce558 (diff) | |
download | net_monitor-0.23.tar net_monitor-0.23.tar.gz net_monitor-0.23.tar.bz2 net_monitor-0.23.tar.xz net_monitor-0.23.zip |
0.230.23
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,5 @@ PACKAGE = net_monitor -VERSION = 0.22 +VERSION = 0.23 GITPATH = git://git.mageia.org/software/net_monitor all: version python @@ -2,10 +2,13 @@ Network monitoring tool -- History of user-visible changes Copyright (C) 2009, Mandriva Copyright (C) 2011 and later, Mageia -0.22 +0.23: +- updated translations + +0.22: - fix python3 fallouts (mga#16845) -0.21 +0.21: - adapted for Python 3 (mga#16845) 0.20: |