From: wessels <> Date: Wed, 27 Nov 1996 02:08:13 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bc5033b76fecec0d9508897b226d1e472a8bf29;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index a03418762e..be32e41a09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,9 +3,16 @@ Changes to squid-1.1.beta24 (): - Added 'cache_stoplist_pattern' to squid.conf - Remove trailing slashes from FTP URLs. - Added 'passthrough_proxy' support. - - Added 'default' option for cache_host line. + - Added "default parent" support with a 'default' option for + cache_host config line. - Upgraded autoconf to 2.10. - Strip Proxy-Connection request headers. + - Do not return UDP_HIT for objects which will soon be stale. + - Parse/Filter HTTP request headers in passthrough module. + - Fixed parsing hostnames with dashes in 'src' ACLs. + - Added warning message when forwarding loops detected. + - Split getSingleParent() into getSingleParent() and + neighborsCount(). Changes to squid-1.1.beta23 (November 25, 1996):