]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - ChangeLog
Add option to hide index column
[thirdparty/sarg.git] / ChangeLog
index cffae2d3b275d18b552556884ff028f02a32f2bf..18cf308f519ab7ca62b17357c53696cbee457f80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,30 @@
 SARG ChangeLog
 
-May-27-2009 Version 2.3-pre4
+Dec-21-2010 Version 2.3.2-pre1
+               - Add support for sorttable.js (http://www.kryogenix.org/code/browser/sorttable/) to dynamically sort some tables (thanks to Éric).
+               - Add the two command line options --lastlog and --keeplogs to set the number of reports to keep or to keep all the reports respectively (thanks to Emmanuel Lacour for the suggestion).
+               - Report the user ID in the e-mail report.
+               - Add an option to sort the top sites by time.
+               - Delete unused files from the directory containing the user report (thanks to alf-man).
+               - Add the index_fields option to hide the directory size column in the index sorted by date.
+
+Sep-18-2010 Version 2.3.1
+               - Remove the distinct printf for the alpha architecture as it doesn't work anymore and is not necessary anyway.
+               - Don't abort if "onload" or "script" is found in the user agent string.
+               - Take the configured locale path into account when installing sarg.
+               - Fix the realtime and e-mail reports.
+               - Allow for the translation of the sort criterion on the report pages.
+               - The mail_utility command isn't quoted any more so it is possible to add some command line arguments.
+               - Fix a wrongly reported error if the two "hours" and "weekdays" options are enabled in sarg.conf (thanks to guyizsolt).
+               - Add a link on the denied page to link the page to the corresponding user.
+               - Fix a problem with the progress indicator when reading from a compressed log file.
+               - Report an error if the output directory is a subdirectory of the temporary directory.
+               - Use a more robust protection against an attack using javascript in the useragent string.
+               - Prevent a segfault if the parameter passed to command line option -d is invalid (thanks to ItalianPenguin).
+               - Check for the return code of the tail command to generate the realtime report.
+               - Escape the invalid characters in the LDAP search string instead of truncating it at the first invalid character (thanks to mouchar for reporting the problem and testing the fix).
+
+Jun-21-2010 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,
@@ -46,6 +70,9 @@ May-27-2009 Version 2.3-pre4
                - Use long options on the command line.
                - Sarg can output the internal css inlined in the reports. It replaces the css.tpl distributed with the sources.
                - Command line option -l is optional. The input log files may be named on the command line without prefixing them with -l. It allows the use of wildcards in the command line.
+               - Accept unlimited URL length in the redirector log (thanks to Joseph L Casale).
+               - Replace redirector_ignore_date by redirector_filter_out_date that behave as the name implies.
+               - Replace dansguardian_ignore_date by dansguardian_filter_out_date that behave as the name implies.
 
 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).