mirror of
https://github.com/darold/squidanalyzer.git
synced 2025-07-31 01:44:29 +02:00
Update changelog and version to 6.1
This commit is contained in:
parent
e763341282
commit
3cc1767cb7
21
ChangeLog
21
ChangeLog
@ -1,5 +1,26 @@
|
||||
Revision history for SquidAnalyzer
|
||||
|
||||
6.1 - Mon Oct 13 11:36:52 CEST 2014
|
||||
|
||||
This release fix severals major issues and adds a new feature to disable weekly
|
||||
reports with a new command line option --no-week-stat.
|
||||
|
||||
- Fix top domains report where url with port was reported in unknown
|
||||
domains. Thanks to Michael Gauthier for the report.
|
||||
- Add --no-week-stat to disable weekly reports generation. Thanks to
|
||||
Mang0uste for the feature request.
|
||||
- Fix and update Ukrainian translation file. Thanks to Oleg A. Deordiev
|
||||
for the patch.
|
||||
- Save the last line parsed line when squid-analyzer is interrupted to
|
||||
avoid loading twice the same data after restarting. Thanks to Michael
|
||||
Gauthier for the report.
|
||||
- Fix missing calendar menu on daily report. Thanks to Cesar Vazquez for
|
||||
the report.
|
||||
- Fix problem with links to weekly summaries in SquidAnalyzer.pm Thanks
|
||||
to David Murrel for the patch.
|
||||
- Add IO::Handle and FileHandle in Perl modules that should be loaded.
|
||||
Thanks to Jeetendra Poojari for the report.
|
||||
|
||||
6.0 - Sat Aug 30 21:48:14 CEST 2014
|
||||
|
||||
This major release adds several new features, lot of speed improvement and
|
||||
|
@ -27,7 +27,7 @@ BEGIN {
|
||||
|
||||
|
||||
# Set all internal variable
|
||||
$VERSION = '6.0';
|
||||
$VERSION = '6.1';
|
||||
$COPYRIGHT = 'Copyright (c) 2001-2014 Gilles Darold - All rights reserved.';
|
||||
$AUTHOR = "Gilles Darold - gilles _AT_ darold _DOT_ net";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user