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,
- 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).