From 90fba55cd59a3987c5c6643b71d165651231b1ee Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Mon, 25 Sep 2017 20:58:48 +0200 Subject: [PATCH] closing 3.10.0 version --- Changes | 2 +- README | 2 +- docs/monitorix.spec | 2 +- man/man5/monitorix.conf.5 | 6 +++--- man/man8/monitorix.8 | 6 +++--- monitorix | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Changes b/Changes index 5c0d98d..60de05a 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -3.N.N - DD-MMM-2017 +3.10.0 - 25-Sep-2017 ==================== - Added a complete graph for IPMI sensors using the 'ipmitool' command. (suggested by Frank Dijcks, fd AT fdsystems.nl) diff --git a/README b/README index e8f0030..571dbbb 100644 --- a/README +++ b/README @@ -190,6 +190,6 @@ LICENSE AND COPYRIGHT Monitorix is distributed under the terms of the GNU General Public License. See the included file "COPYING". -Copyright (C) 2005-2016 Jordi Sanfeliu. +Copyright (C) 2005-2017 Jordi Sanfeliu. http://www.monitorix.org diff --git a/docs/monitorix.spec b/docs/monitorix.spec index e7ae4b0..9871c3e 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -3,7 +3,7 @@ Summary: Monitorix is a system monitoring tool Name: monitorix -Version: 3.9.0 +Version: 3.10.0 Release: 1%{?dist} License: GPL Group: Applications/System diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index 41399fd..7194c15 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -1,9 +1,9 @@ .\" Monitorix manpage. -.\" Copyright (C) 2005-2016 by Jordi Sanfeliu +.\" Copyright (C) 2005-2017 by Jordi Sanfeliu .\" .\" This is the man page for the monitorix.conf configuration file. .\" -.TH monitorix.conf 5 "Oct 2016" 3.9.0 "Monitorix configuration file" +.TH monitorix.conf 5 "Sep 2017" 3.10.0 "Monitorix configuration file" .SH NAME monitorix.conf \- Configuration file for Monitorix. .SH DESCRIPTION @@ -2908,7 +2908,7 @@ This is where you can enter the upper-limit and lower-limit values (separated by .SH AUTHOR Monitorix is written by Jordi Sanfeliu .SH COPYRIGHT -Copyright \(co 2005-2016 Jordi Sanfeliu +Copyright \(co 2005-2017 Jordi Sanfeliu .br Licensed under the GNU General Public License version 2 (GPLv2). .SH SEE ALSO diff --git a/man/man8/monitorix.8 b/man/man8/monitorix.8 index 8b6e573..6a16ea4 100644 --- a/man/man8/monitorix.8 +++ b/man/man8/monitorix.8 @@ -1,9 +1,9 @@ .\" Monitorix manpage. -.\" Copyright (C) 2005-2015 by Jordi Sanfeliu +.\" Copyright (C) 2005-2017 by Jordi Sanfeliu .\" .\" This is the man page for the monitorix collector daemon. .\" -.TH monitorix 8 "Sep 2015" 3.8.0 "Monitorix collector daemon" +.TH monitorix 8 "Sep 2017" 3.10.0 "Monitorix collector daemon" .SH NAME monitorix - a lightweight system monitoring tool .SH SYNOPSIS @@ -54,7 +54,7 @@ HTML main page. .SH AUTHOR Monitorix is written by Jordi Sanfeliu .SH COPYRIGHT -Copyright \(co 2005-2015 Jordi Sanfeliu +Copyright \(co 2005-2017 Jordi Sanfeliu .br Licensed under the GNU General Public License version 2 (GPLv2). .SH "SEE ALSO" diff --git a/monitorix b/monitorix index e2af90d..a1d4454 100755 --- a/monitorix +++ b/monitorix @@ -45,8 +45,8 @@ $SIG{'TERM'} = 'INT_handler'; $SIG{'CHLD'} = 'CHLD_handler'; $SIG{'HUP' } = 'HUP_handler'; -use constant VERSION => "3.9.0"; -use constant RELDATE => "14-Oct-2016"; +use constant VERSION => "3.10.0"; +use constant RELDATE => "25-Sep-2017"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;