From: Frédéric Marchal Date: Tue, 9 Mar 2010 18:53:54 +0000 (+0000) Subject: Update the ChangeLog X-Git-Tag: v2.3-pre2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74a5efbb147cd901f197a35fb37fe1e736b204e7;p=thirdparty%2Fsarg.git Update the ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 37b2c03..1a83307 100644 --- 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).