]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Update the ChangeLog
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 13 Feb 2012 20:02:48 +0000 (21:02 +0100)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 13 Feb 2012 20:02:48 +0000 (21:02 +0100)
Record the more prominent changes.

ChangeLog

index 75eadf909f2af9f73f896469655dedb8ae663b71..32281e0d7c48cccc853bfdeacc2a58f4192d89a5 100644 (file)
--- 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).