diff options
author | Papoteur <papoteur@mageia.org> | 2020-05-31 16:51:46 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-05-31 16:51:46 +0200 |
commit | 58d2535887436c55bb61993201c978fb2a318632 (patch) | |
tree | 3e0a79fce083b764ecafbd20ee216fa871306dec | |
parent | ee285b1324091261d2642e42ad9294ec9bedf765 (diff) | |
download | net_monitor-58d2535887436c55bb61993201c978fb2a318632.tar net_monitor-58d2535887436c55bb61993201c978fb2a318632.tar.gz net_monitor-58d2535887436c55bb61993201c978fb2a318632.tar.bz2 net_monitor-58d2535887436c55bb61993201c978fb2a318632.tar.xz net_monitor-58d2535887436c55bb61993201c978fb2a318632.zip |
0.27
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = net_monitor -VERSION = 0.26 +VERSION = 0.27 GITPATH = git://git.mageia.org/software/net_monitor all: version python @@ -2,6 +2,13 @@ Network monitoring tool -- History of user-visible changes Copyright (C) 2009, Mandriva Copyright (C) 2011 and later, Mageia +0.27 +- Restore test on statistic enabled (mga#25417) +- Add checking of present protocols, to avoid exception. +- Improve formatting to avoid resizing of the windows +- Format ESSID in unicode +- Fix displaying Connection time (hours and minutes were always zero, mga#25417) + 0.26: - connections : display of tcp6 and udp6 ones |