From 44e2aa5547fd1ebb89004e3e99ad4e2c230d2af7 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Fri, 14 Oct 2016 12:14:45 +0200 Subject: [PATCH] closing 3.9.0 --- Changes | 2 +- docs/monitorix.spec | 2 +- monitorix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 6a4a87b..4c0a116 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -3.9.0 - DD-Oct-2015 +3.9.0 - 14-Oct-2016 ==================== - Added a complete graph for Linux Traffic Control with the 'tc' command. [#74] - Added a complete graph for Chrony using the 'chronyc' command. diff --git a/docs/monitorix.spec b/docs/monitorix.spec index 21d587a..e7ae4b0 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -3,7 +3,7 @@ Summary: Monitorix is a system monitoring tool Name: monitorix -Version: 3.8.1 +Version: 3.9.0 Release: 1%{?dist} License: GPL Group: Applications/System diff --git a/monitorix b/monitorix index 9d46de6..c2c3034 100755 --- a/monitorix +++ b/monitorix @@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler'; $SIG{'CHLD'} = 'CHLD_handler'; $SIG{'HUP' } = 'HUP_handler'; -use constant VERSION => "3.8.1"; -use constant RELDATE => "13-Nov-2015"; +use constant VERSION => "3.9.0"; +use constant RELDATE => "14-Oct-2016"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;