]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Ported r135 from branches/v2_2_6_1 (update ChangeLog)
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 8 Dec 2009 14:11:48 +0000 (14:11 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 8 Dec 2009 14:11:48 +0000 (14:11 +0000)
ChangeLog

index dc0770d37e5dc8ab3e109b011aabf10e4b4c656d..0aa19bb548c1864ba212ea924de5463ab87fa622 100644 (file)
--- 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 <maxim@office.modum.by>
@@ -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.