Skip to content

Commit

Permalink
closing version 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaku committed Jan 27, 2021
1 parent 17aec75 commit 0ad16e8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
3.13.1 - 27-Jan-2021
====================
- Fixed a security bug introduced in 3.13.0 version that lead the HTTP built-in
server to bypass Basic Authentication when the new option 'hosts_deny' is not
defined. [#309]
- Fixed in HTTP built-in server configuration to force Basic Authentication to
any host, by default. [#309]
- Reduced the number of padding lines in 'phpfpm.pm'.


3.13.0 - 22-Jan-2021
====================
- Added a complete graph to support PostgreSQL statistics ('pgsql.pm'). [#84]
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.13.0
Version: 3.13.1
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 2021" 3.13.0 "Monitorix configuration file"
.TH monitorix.conf 5 "Jan 2021" 3.13.1 "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 2021" 3.13.0 "Monitorix collector daemon"
.TH monitorix 8 "Jan 2021" 3.13.1 "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 @@ -44,8 +44,8 @@ $SIG{'STOP'} = 'INT_handler';
$SIG{'TERM'} = 'INT_handler';
$SIG{'HUP' } = 'HUP_handler';

use constant VERSION => "3.13.0";
use constant RELDATE => "22-Jan-2021";
use constant VERSION => "3.13.1";
use constant RELDATE => "27-Jan-2021";

my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;
Expand Down

0 comments on commit 0ad16e8

Please sign in to comment.