mirror of https://github.com/mikaku/Monitorix.git
closing 3.2.0
This commit is contained in:
parent
833937a932
commit
61d21a35b9
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
||||||
3.2.0 - 14-May-2013
|
3.2.0 - 13-May-2013
|
||||||
====================
|
====================
|
||||||
- Added a complete Raspberry Pi sensors graph. [#10, #13]
|
- Added a complete Raspberry Pi sensors graph. [#10, #13]
|
||||||
(thanks to graysky, graysky AT archlinux.us)
|
(thanks to graysky, graysky AT archlinux.us)
|
||||||
|
|
|
@ -48,7 +48,7 @@ $SIG{'HUP' } = 'HUP_handler';
|
||||||
$SIG{'ALRM'} = 'ALRM_handler';
|
$SIG{'ALRM'} = 'ALRM_handler';
|
||||||
|
|
||||||
use constant VERSION => "3.2.0";
|
use constant VERSION => "3.2.0";
|
||||||
use constant RELDATE => "14-May-2013";
|
use constant RELDATE => "13-May-2013";
|
||||||
|
|
||||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||||
our %config;
|
our %config;
|
||||||
|
|
Loading…
Reference in New Issue