From: wessels <> Date: Sat, 30 Mar 1996 07:34:07 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~6331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=befdb49728a2dfb1d298d2f2f25e6e663be6bf41;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 6f399e1a9d..4c6f00f251 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,9 +6,22 @@ - Changed #includes and such. - the -d (debug) option is now gone. Use new "debug" in the config file instead. Debugging is section,level. - - Added pid_filename to cached.conf + - Added 'pid_filename' to cached.conf - Changed default behaviour to unbuffered, use -b to make buffered. - fix byte order conversion bug on echo port - Removed all code and references to binary port - WAIS fully compiled in always. - Implemented IMS-GET and change-key-until-headers-read + - added 'visible_hostname' config option + - Made check_valid_url() do URL equivalencing + - Fixed logging: Now logging to "access.log" occurs when the + client data structure gets destroyed. This should mean that + every client connection results in a log entry. The + ``TCP_DONE'' tag is no longer used. Instead ``TCP_MISS'' is + logged with a valid size. ``TCP_MISS_TTL'' has been changed + to ``TCP_EXPIRED.'' Because logging occurs when the client + connection is closed all connections should have a valid + size. Note we're only logging the client side. It might be + useful to also log the server side to get really accurate + numbers for the traffic comming into and out of the cache. +