diff options
author | Eugeni Dodonov <eugeni@mandriva.com> | 2010-03-01 18:37:29 -0300 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.com> | 2010-03-01 18:37:29 -0300 |
commit | 4a69311bd630de9bc9dd620dbb023570217367dc (patch) | |
tree | 1e77206174d940ee43514fee9a48c89367b86c52 | |
parent | 92e6795b249b4282eb2028b981de731bf9913417 (diff) | |
download | net_monitor-4a69311bd630de9bc9dd620dbb023570217367dc.tar net_monitor-4a69311bd630de9bc9dd620dbb023570217367dc.tar.gz net_monitor-4a69311bd630de9bc9dd620dbb023570217367dc.tar.bz2 net_monitor-4a69311bd630de9bc9dd620dbb023570217367dc.tar.xz net_monitor-4a69311bd630de9bc9dd620dbb023570217367dc.zip |
0.070.07
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = net_monitor -VERSION = 0.06 +VERSION = 0.07 GITPATH = ssh://git.mandriva.com/git/projects/net_monitor.git all: version python @@ -1,6 +1,8 @@ Mandriva network monitoring tool -- History of user-visible changes Copyright (C) 2009, Mandriva +0.07: +- implement connection uptime monitoring in GUI - added ifup.d and ifdown.d scripts for account network uptime 0.06: |