From 6d16857ce95589c3791e9aac2f25d7be3cb1f61e Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Fri, 13 Nov 2015 12:58:34 +0100 Subject: [PATCH] closing 3.8.1 --- Changes | 2 +- docs/monitorix.spec | 2 +- monitorix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 7f19535..50fb888 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -N.N.N - DD-MMM-2015 +3.8.1 - 13-Nov-2015 ==================== - Added support in ZFS graph for versions older than 0.6.4. - Added the new option 'extra_args' in 'ntp.pm' to be able to include extra diff --git a/docs/monitorix.spec b/docs/monitorix.spec index b7dd87d..ce0e8c0 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.0 +Version: 3.8.1 Release: 1%{?dist} License: GPL Group: Applications/System diff --git a/monitorix b/monitorix index eec2a49..c2db7dd 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.0"; -use constant RELDATE => "16-Sep-2015"; +use constant VERSION => "3.8.1"; +use constant RELDATE => "13-Nov-2015"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;