Skip to content

Commit

Permalink
closing version 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaku committed Dec 7, 2022
1 parent e8e5a55 commit e759093
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/monitorix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/man5/monitorix.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/man8/monitorix.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions monitorix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e759093

Please sign in to comment.