closing 3.9.0

This commit is contained in:
Jordi Sanfeliu 2016-10-14 12:14:45 +02:00
parent 297397f347
commit 44e2aa5547
3 changed files with 4 additions and 4 deletions

View File

@ -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 Linux Traffic Control with the 'tc' command. [#74]
- Added a complete graph for Chrony using the 'chronyc' command. - Added a complete graph for Chrony using the 'chronyc' command.

View File

@ -3,7 +3,7 @@
Summary: Monitorix is a system monitoring tool Summary: Monitorix is a system monitoring tool
Name: monitorix Name: monitorix
Version: 3.8.1 Version: 3.9.0
Release: 1%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: Applications/System Group: Applications/System

View File

@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
$SIG{'CHLD'} = 'CHLD_handler'; $SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler'; $SIG{'HUP' } = 'HUP_handler';
use constant VERSION => "3.8.1"; use constant VERSION => "3.9.0";
use constant RELDATE => "13-Nov-2015"; use constant RELDATE => "14-Oct-2016";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config; our %config;