closing 3.8.1

This commit is contained in:
Jordi Sanfeliu 2015-11-13 12:58:34 +01:00
parent 3851d0a96c
commit 6d16857ce9
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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;