From: wessels <> Date: Tue, 9 Jul 1996 11:06:16 +0000 (+0000) Subject: make native log format the default X-Git-Tag: SQUID_3_0_PRE1~6087 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef4c6c1c4b102b7155ca99283c96e49cd8d919d;p=thirdparty%2Fsquid.git make native log format the default --- diff --git a/ChangeLog b/ChangeLog index 2ce607ddff..42c8893edf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -Changes to squid-1.1.alpha2: +Changes to squid-1.1.alpha3: - - Added Support for RFC931/ident - Added Asynchronous Disk I/O routines from Pete Bentley. + - Made squid native access log the default format. + +Changes to squid-1.1.alpha2: + + - Added support for RFC931/ident + +============================================================================== Changes to squid-1.0.1 (July 8, 1996): diff --git a/src/cache_cf.cc b/src/cache_cf.cc index d1fd9ba395..cfa7cee7b1 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,5 +1,5 @@ /* - * $Id: cache_cf.cc,v 1.56 1996/07/09 03:41:19 wessels Exp $ + * $Id: cache_cf.cc,v 1.57 1996/07/09 05:06:17 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -244,7 +244,7 @@ static struct { #define DefaultAccelPort 0 /* default off */ #define DefaultAccelWithProxy 0 /* default off */ #define DefaultSourcePing 0 /* default off */ -#define DefaultCommonLogFormat 1 /* default on */ +#define DefaultCommonLogFormat 0 /* default off */ #define DefaultQuickAbort 0 /* default off */ #define DefaultNeighborTimeout 2 /* 2 seconds */ #define DefaultStallDelay 1 /* 1 seconds */