closing 3.2.1

This commit is contained in:
Jordi Sanfeliu 2013-05-31 11:32:17 +02:00
parent bd61d25d1c
commit 231e1fe22b
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
3.N.N - NN.XXX-2013
3.2.1 - NN-Jun-2013
====================
- Changed the source from where is collected the memory usage in the 'squid'
graph. Now the shown values are more real and accurate.

View File

@ -47,8 +47,8 @@ $SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';
$SIG{'ALRM'} = 'ALRM_handler';
use constant VERSION => "3.2.0";
use constant RELDATE => "13-May-2013";
use constant VERSION => "3.2.1";
use constant RELDATE => "31-May-2013";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;