]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
make native log format the default
authorwessels <>
Tue, 9 Jul 1996 11:06:16 +0000 (11:06 +0000)
committerwessels <>
Tue, 9 Jul 1996 11:06:16 +0000 (11:06 +0000)
ChangeLog
src/cache_cf.cc

index 2ce607ddff4cd9afe33b625c1117cf711eab0fdd..42c8893edf1819da82e33c45c77ad8e24e819f41 100644 (file)
--- 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):
 
index d1fd9ba395d70014de6e60a2a16926a4acb0db38..cfa7cee7b1de141a48cdc80cfde759ca01c47cf4 100644 (file)
@@ -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 */