Upgrade version to 4.4
This commit is contained in:
parent
f83059aa9c
commit
4cdfde3b40
10
ChangeLog
10
ChangeLog
|
@ -1,5 +1,15 @@
|
||||||
Revision history for SquidAnalyzer
|
Revision history for SquidAnalyzer
|
||||||
|
|
||||||
|
4.4 - Tue Aug 21 21:01:43 CEST 2012
|
||||||
|
|
||||||
|
- Add support to bzip2 compressed log file. Feature request by Edmonds
|
||||||
|
Namasenda.
|
||||||
|
- Allow exclusion of URL from the report, the format of the exclude file
|
||||||
|
has changed, see header of the excluded file.
|
||||||
|
- Fix some RPM spec file issue. Patch by David Walser.
|
||||||
|
- Add german translation file. Translation by Klaus Tachtler.
|
||||||
|
- Fix translation file path into squidanalyzer.conf.
|
||||||
|
|
||||||
4.3 - Fri Apr 27 21:47:12 CEST 2012
|
4.3 - Fri Apr 27 21:47:12 CEST 2012
|
||||||
|
|
||||||
- Fix broken statistics when an access log file run over multiple
|
- Fix broken statistics when an access log file run over multiple
|
||||||
|
|
2
INSTALL
2
INSTALL
|
@ -1,5 +1,5 @@
|
||||||
NAME
|
NAME
|
||||||
SquidAnalyzer v4.3 - Squid access log report generation tool
|
SquidAnalyzer v4.4 - Squid access log report generation tool
|
||||||
|
|
||||||
REQUIREMENT
|
REQUIREMENT
|
||||||
perl 5.005_03 or higher and the following Perl modules:
|
perl 5.005_03 or higher and the following Perl modules:
|
||||||
|
|
2
META.yml
2
META.yml
|
@ -1,7 +1,7 @@
|
||||||
# http://module-build.sourceforge.net/META-spec.html
|
# http://module-build.sourceforge.net/META-spec.html
|
||||||
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
|
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
|
||||||
name: SquidAnalyzer
|
name: SquidAnalyzer
|
||||||
version: 4.3
|
version: 4.4
|
||||||
version_from: SquidAnalyzer.pm
|
version_from: SquidAnalyzer.pm
|
||||||
installdirs: site
|
installdirs: site
|
||||||
requires:
|
requires:
|
||||||
|
|
|
@ -23,7 +23,7 @@ BEGIN {
|
||||||
use GD::Graph::pie3d;
|
use GD::Graph::pie3d;
|
||||||
|
|
||||||
# Set all internal variable
|
# Set all internal variable
|
||||||
$VERSION = '4.3';
|
$VERSION = '4.4';
|
||||||
$COPYRIGHT = 'Copyright (c) 2001-2012 Gilles Darold - All rights reserved.';
|
$COPYRIGHT = 'Copyright (c) 2001-2012 Gilles Darold - All rights reserved.';
|
||||||
$AUTHOR = "Gilles Darold - gilles _AT_ darold _DOT_ net";
|
$AUTHOR = "Gilles Darold - gilles _AT_ darold _DOT_ net";
|
||||||
|
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.nh
|
.nh
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
SquidAnalyzer v4.3 \- Squid access log report generation tool
|
SquidAnalyzer v4.4 \- Squid access log report generation tool
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.IX Header "DESCRIPTION"
|
.IX Header "DESCRIPTION"
|
||||||
SquidAnalyzer parse native access log format of the Squid proxy and
|
SquidAnalyzer parse native access log format of the Squid proxy and
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Summary: Squid proxy log analyzer and report generator
|
Summary: Squid proxy log analyzer and report generator
|
||||||
Name: squidanalyzer
|
Name: squidanalyzer
|
||||||
Version: 4.3
|
Version: 4.4
|
||||||
Release: %mkrel 1
|
Release: %mkrel 1
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: Monitoring
|
Group: Monitoring
|
||||||
|
|
Loading…
Reference in New Issue