From: Frédéric Marchal Date: Tue, 8 Dec 2009 14:11:48 +0000 (+0000) Subject: Ported r135 from branches/v2_2_6_1 (update ChangeLog) X-Git-Tag: v2_2_7~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f6f33aaee15483ad06f6f5abc058e1f8d8238d;p=thirdparty%2Fsarg.git Ported r135 from branches/v2_2_6_1 (update ChangeLog) --- diff --git a/ChangeLog b/ChangeLog index dc0770d..0aa19bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ SARG ChangeLog -Dec-03-2009 Version 2.2.7 +Dec-03-2009 Version 2.2.7 - Extra compile and run time protection (FORTIFY_SOURCE) fixed in configure. - Invalid sort field separator in useragent.c Thanks to Maxim Britov @@ -8,6 +8,10 @@ Dec-03-2009 Version 2.2.7 - Input log file type detection partly rewritten to clearly distinguish which type is processed where. - Read the input log file from standard input if log file name is -. +Dec-08-2009 Version 2.2.6.1 + - Remove unecessary dependency on off_t. + - Configuration doesn't fail if rlim_t is not available. + Oct-14-2009 Version 2.2.6 - Protection against buffer overflows in getword and friends and report the origin of the error instead of always blaming access.log. - Patch #2224623 applied.