closing version 3.15.0

This commit is contained in:
Jordi Sanfeliu 2022-12-07 08:56:36 +01:00
parent e8e5a5558a
commit e75909392a
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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