From: Frédéric Marchal Date: Mon, 4 Jul 2011 08:34:11 +0000 (+0000) Subject: Update the ChangeLog file X-Git-Tag: v2.3.2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f59fe242a769b8a5d00de98d12c6762309ff1463;p=thirdparty%2Fsarg.git Update the ChangeLog file --- diff --git a/ChangeLog b/ChangeLog index 91bf49a..6bd77ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ SARG ChangeLog -Jun-19-2011 Version 2.3.2-pre1 +Jul-04-2011 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. @@ -14,7 +14,8 @@ Jun-19-2011 Version 2.3.2-pre1 - Fix a read error when parsing the time of a common log format (thanks to Richard P Scott). - Use anonymous file and directory names in the report to hide the identity of the user whose report is displayed and shorten the total path length. - More robust calls to external sort commands (guard against buffer overflows and use tab as column separator). - - Replace host names by alias and group identical aliased host names. + - Replace host names by aliases and group identicaly aliased host names. + - IPv6 is accepted in the hosts exclusion list. 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.