]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Update the ChangeLog
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 9 Mar 2010 18:53:54 +0000 (18:53 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 9 Mar 2010 18:53:54 +0000 (18:53 +0000)
ChangeLog

index 37b2c0367461d04b8e1f1a008d5ef63be9fc2281..1a833072685f05b160db8fe4c478f7316d5d9465 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 SARG ChangeLog
 
-Feb-09-2009 Version 2.3
+Mar-09-2009 Version 2.3
                - LDAP usertab added. 
                  Now you can have your users in a LDAP Server.
                  Use these tags in sarg.conf: LDAPHost, LDAPPort, LDAPBindDN, LDAPBindPW,
@@ -9,6 +9,12 @@ Feb-09-2009 Version 2.3
                - Useragent report limited to requested date range.
                - Link to external css file instead of including it verbatim in each HTML file (thanks to Maxim Britov).
                - Enable gettext configuration for autotools.
+               - Use gettext translations instead of the custom languages files.
+               - Keep the user name unchanged in the report (suppress the replacement of some characters by underscores).
+               - Try to resolve a user's IP address only once and store the result. It can speed up the processing a lot.
+               - Resolve IPv6 addresses (to be tested).
+               - Don't limit the maximum length of a URL (the only limit is that a single line of text from the log file must fit in memory).
+               - The creation of the datafile is working again.
 
 Feb-10-2010 Version 2.2.7.1
                - Fixed compilation error reported by some compilers due to an sizeof in a fprintf (thanks to Maxim Britov and Renato Botelho).