]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Wed, 27 Nov 1996 02:08:13 +0000 (02:08 +0000)
committerwessels <>
Wed, 27 Nov 1996 02:08:13 +0000 (02:08 +0000)
ChangeLog

index a03418762e1a1278730c0134ae586facafbeb381..be32e41a0964779552bd221927fc666d37059caa 100644 (file)
--- 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):