]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Update ChangeLog
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 22 May 2012 18:36:09 +0000 (20:36 +0200)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 22 May 2012 18:36:09 +0000 (20:36 +0200)
Include some previously overlooked changes.

ChangeLog

index f1e86586ca43e283e5601bdec7935d47af7fb0b5..011411e008054ab3711ff330392a7a55909756f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,11 @@ May-21-2012 Version 2.3.3-pre1
                - 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.
+               - Fix various links and reports when some options are disabled.
                - Accept regular expressions in the hostalias file.
+               - 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.
 
 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).