Update ChangLog, copyright and version to 6.5

This commit is contained in:
Darold Gilles 2016-01-03 16:22:00 +01:00
parent 72a60e5dd4
commit 410e36aac2
6 changed files with 17 additions and 7 deletions

View File

@ -1,5 +1,15 @@
Revision history for SquidAnalyzer Revision history for SquidAnalyzer
6.5 - Sun Jan 3 16:12:12 CET 2016
This is a mantenance release to fix an overlaping bug on bytes charts with
last versions of browsers like firefox, iceweasel and chrome.
- Fix height of bytes graphs that was overlaping on third graph. Thanks
to Daniel Bareiro for the report.
- Update russian translation. Thanks to Yuri Voinov for the patch.
- Update copyright year.
6.4 - Wed Dec 16 22:12:45 CET 2015 6.4 - Wed Dec 16 22:12:45 CET 2015
This release adds throughput statistics to all reports. It also allow to add This release adds throughput statistics to all reports. It also allow to add

View File

@ -160,7 +160,7 @@ AUTHOR
Gilles DAROLD <gilles@darold.net> Gilles DAROLD <gilles@darold.net>
COPYRIGHT COPYRIGHT
Copyright (c) 2001-2015 Gilles DAROLD Copyright (c) 2001-2016 Gilles DAROLD
This package is free software and published under the GPL v3 or above This package is free software and published under the GPL v3 or above
license. license.

2
README
View File

@ -511,7 +511,7 @@ AUTHOR
Gilles DAROLD <gilles@darold.net> Gilles DAROLD <gilles@darold.net>
COPYRIGHT COPYRIGHT
Copyright (c) 2001-2015 Gilles DAROLD Copyright (c) 2001-2016 Gilles DAROLD
This package is free software and published under the GPL v3 or above This package is free software and published under the GPL v3 or above
license. license.

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-2015 Gilles Darold - All rights reserved. # Copyright: Copyright (c) 2001-2016 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
@ -29,8 +29,8 @@ BEGIN {
setlocale(LC_ALL, 'C'); setlocale(LC_ALL, 'C');
# Set all internal variable # Set all internal variable
$VERSION = '6.4'; $VERSION = '6.5';
$COPYRIGHT = 'Copyright (c) 2001-2015 Gilles Darold - All rights reserved.'; $COPYRIGHT = 'Copyright (c) 2001-2016 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

@ -548,7 +548,7 @@ Gilles DAROLD <gilles@darold.net>
=head1 COPYRIGHT =head1 COPYRIGHT
Copyright (c) 2001-2015 Gilles DAROLD Copyright (c) 2001-2016 Gilles DAROLD
This package is free software and published under the GPL v3 or above This package is free software and published under the GPL v3 or above
license. license.

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: 6.4 Version: 6.5
Release: 1 Release: 1
License: GPLv3 License: GPLv3
Group: Monitoring Group: Monitoring