From e75909392abdf0b8cfa0044070daaaf5b57c4912 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Wed, 7 Dec 2022 08:56:36 +0100 Subject: [PATCH] closing version 3.15.0 --- Changes | 2 +- docs/monitorix.spec | 2 +- man/man5/monitorix.conf.5 | 2 +- man/man8/monitorix.8 | 2 +- monitorix | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 9b081fc4..26b22751 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -N.NN.N - DD-Dec-2022 +3.15.0 - 07-Dec-2022 ==================== - Added a complete graph to monitor the power consumption of Intel-RAPL capable devices ('intelrapl.pm'). [#390] diff --git a/docs/monitorix.spec b/docs/monitorix.spec index 0a3e5904..6efb8ea3 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -3,7 +3,7 @@ Summary: Monitorix is a system monitoring tool Name: monitorix -Version: 3.14.0 +Version: 3.15.0 Release: 1%{?dist} License: GPL Group: Applications/System diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index 698c80d7..437ce7e1 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -3,7 +3,7 @@ .\" .\" This is the man page for the monitorix.conf configuration file. .\" -.TH monitorix.conf 5 "Jan 2022" 3.14.0 "Monitorix configuration file" +.TH monitorix.conf 5 "Dec 2022" 3.15.0 "Monitorix configuration file" .SH NAME monitorix.conf \- Configuration file for Monitorix. .SH DESCRIPTION diff --git a/man/man8/monitorix.8 b/man/man8/monitorix.8 index f0563fb6..a4d26347 100644 --- a/man/man8/monitorix.8 +++ b/man/man8/monitorix.8 @@ -3,7 +3,7 @@ .\" .\" This is the man page for the monitorix collector daemon. .\" -.TH monitorix 8 "Jan 2022" 3.14.0 "Monitorix collector daemon" +.TH monitorix 8 "Dec 2022" 3.15.0 "Monitorix collector daemon" .SH NAME monitorix - a lightweight system monitoring tool .SH SYNOPSIS diff --git a/monitorix b/monitorix index 2eb12abc..a4c833b3 100755 --- a/monitorix +++ b/monitorix @@ -45,8 +45,8 @@ $SIG{'STOP'} = 'INT_handler'; $SIG{'TERM'} = 'INT_handler'; $SIG{'HUP' } = 'HUP_handler'; -use constant VERSION => "3.14.0"; -use constant RELDATE => "18-Jan-2022"; +use constant VERSION => "3.15.0"; +use constant RELDATE => "07-Dec-2022"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;