From: Frédéric Marchal Date: Mon, 16 Jul 2012 10:26:01 +0000 (+0200) Subject: Update the ChangeLog X-Git-Tag: v2.3.3~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a0893444c8b241878890305a44bf6e729c88bb;p=thirdparty%2Fsarg.git Update the ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 011411e..2c10e43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ SARG ChangeLog -May-21-2012 Version 2.3.3-pre1 +Jul-16-2012 Version 2.3.3-pre2 - Don't abort the report generation due to an error in a squidGuard error (wrapped over log lines). - Support for gd, ldap and iconv can be disabled during configuration. - Suppress the blank line breaking the header of the e-mail report. @@ -12,6 +12,10 @@ May-21-2012 Version 2.3.3-pre1 - URL in SquidGuard logs sometime don't have a scheme. This is now handled properly. - Exclude hosts based on the IPv4 address even if a port number is suffixed after the IP address. (thanks to Mark Easter for reporting the bug). - IP addresses can be resolved to host names using an external program. + - Limit the maximum line length read from the input log to avoid consuming all the memory when reading a corrupted or invalid file. The limit is set to 10MB per line. + - Protect the temporary directory against unsafe deletion (if the temporary path is set to a wrong location, sarg won't blindly wipe the directory). + - The smartfilter might be fixed (I need test logs to validate this change. If you have some, please send them to fmarchal at users.sourceforge.net). + - The top sites report can be sorted according to the number of users who visited each site. Dec-07-2011 Version 2.3.2 - Add support for sorttable.js (http://www.kryogenix.org/code/browser/sorttable/) to dynamically sort some tables (thanks to Éric).