mirror of https://github.com/mikaku/Monitorix.git
closing 3.2.0
This commit is contained in:
parent
bfaaed3d83
commit
833937a932
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
|||
3.2.0 - NN-May-2013
|
||||
3.2.0 - 14-May-2013
|
||||
====================
|
||||
- Added a complete Raspberry Pi sensors graph. [#10, #13]
|
||||
(thanks to graysky, graysky AT archlinux.us)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Summary: Monitorix is a system monitoring tool
|
||||
Name: monitorix
|
||||
Version: 3.1.93
|
||||
Version: 3.2.0
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
|
|
|
@ -47,8 +47,8 @@ $SIG{'CHLD'} = 'CHLD_handler';
|
|||
$SIG{'HUP' } = 'HUP_handler';
|
||||
$SIG{'ALRM'} = 'ALRM_handler';
|
||||
|
||||
use constant VERSION => "3.1.94";
|
||||
use constant RELDATE => "10-May-2013";
|
||||
use constant VERSION => "3.2.0";
|
||||
use constant RELDATE => "14-May-2013";
|
||||
|
||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||
our %config;
|
||||
|
|
Loading…
Reference in New Issue