Changes related to version 4.3 packaging

This commit is contained in:
Darold Gilles 2012-04-26 20:09:01 +02:00
parent 972af0457f
commit 353f45f8dc
8 changed files with 23 additions and 10 deletions

View File

@ -1,5 +1,18 @@
Revision history for SquidAnalyzer Revision history for SquidAnalyzer
4.3 - Thu Apr 26 20:00:59 CEST 2012
- Fix broken statistics when an access log file run over multiple
years. Thanks to Jugurtha Massinissa for the report.
- Prevent buildHtml to create directories on month/day without log.
- Sort year's view per decreasing years.
- Peer CD_SIBLING_HIT status will now be taken as local cache hit with
a new configuration directive (SiblingHit) to disable this feature.
Default is enable. Documentation and configuration file has been
updated - Thanks to Nathanael BONIN for the feature request.
- Add spec file for RPM packaging - Thanks to David Walser for the
patch.
4.2 - Sun Jan 22 16:52:27 CET 2012 4.2 - Sun Jan 22 16:52:27 CET 2012
- Fix network alias issue broken in last release, now data files will - Fix network alias issue broken in last release, now data files will

View File

@ -1,5 +1,5 @@
NAME NAME
SquidAnalyzer v4.2 - Squid access log report generation tool SquidAnalyzer v4.3 - 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:

View File

@ -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.2 version: 4.3
version_from: SquidAnalyzer.pm version_from: SquidAnalyzer.pm
installdirs: site installdirs: site
requires: requires:

2
README
View File

@ -1,5 +1,5 @@
NAME NAME
SquidAnalyzer v4.2 - Squid access log report generation tool SquidAnalyzer v4.3 - Squid access log report generation tool
DESCRIPTION DESCRIPTION
SquidAnalyzer parse native access log format of the Squid proxy and SquidAnalyzer parse native access log format of the Squid proxy and

View File

@ -4,7 +4,7 @@ package SquidAnalyzer;
# Name : SquidAnalyzer.pm # Name : SquidAnalyzer.pm
# Language : Perl 5 # Language : Perl 5
# OS : All # OS : All
# Copyright: Copyright (c) 2001-2011 Gilles Darold - All rights reserved. # Copyright: Copyright (c) 2001-2012 Gilles Darold - All rights reserved.
# Licence : This program is free software; you can redistribute it # Licence : This program is free software; you can redistribute it
# and/or modify it under the same terms as Perl itself. # and/or modify it under the same terms as Perl itself.
# Author : Gilles Darold, gilles _AT_ darold _DOT_ net # Author : Gilles Darold, gilles _AT_ darold _DOT_ net
@ -23,8 +23,8 @@ BEGIN {
use GD::Graph::pie3d; use GD::Graph::pie3d;
# Set all internal variable # Set all internal variable
$VERSION = '4.2'; $VERSION = '4.3';
$COPYRIGHT = 'Copyright (c) 2001-2011 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";
@ISA = qw(Exporter); @ISA = qw(Exporter);

View File

@ -1,6 +1,6 @@
=head1 NAME =head1 NAME
SquidAnalyzer v4.2 - Squid access log report generation tool SquidAnalyzer v4.3 - Squid access log report generation tool
=head1 DESCRIPTION =head1 DESCRIPTION

View File

@ -124,13 +124,13 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "SQUIDANALYZER 1" .IX Title "SQUIDANALYZER 1"
.TH SQUIDANALYZER 1 "2012-04-06" "perl v5.10.1" "User Contributed Perl Documentation" .TH SQUIDANALYZER 1 "2012-04-26" "perl v5.10.1" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l
.nh .nh
.SH "NAME" .SH "NAME"
SquidAnalyzer v4.2 \- Squid access log report generation tool SquidAnalyzer v4.3 \- 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

View File

@ -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.2 Version: 4.3
Release: %mkrel 1 Release: %mkrel 1
License: GPLv3 License: GPLv3
Group: Monitoring Group: Monitoring