From: Frédéric Marchal Date: Mon, 13 Feb 2012 20:02:48 +0000 (+0100) Subject: Update the ChangeLog X-Git-Tag: v2.3.3-pre1~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=122fe111e8559e65db61f0d8ae050f1677f55c3c;p=thirdparty%2Fsarg.git Update the ChangeLog Record the more prominent changes. --- diff --git a/ChangeLog b/ChangeLog index 75eadf9..32281e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ SARG ChangeLog -Dec-29-2011 Version 2.3.3-pre1 +Feb-13-2011 Version 2.3.3-pre1 - 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. + - Add many debug messages to help understanding why some parts of the report are not produced. Considering all the options and various conditions that are involved in the creation of a report, that help is welcome. + - Fix the report generation if users_sites is disabled. + - Avoid a possible name clash among the temporary files if a user happen to have the same name as one of the files sarg generates. + - Accept regular expressions in the hostalias file. 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).