From: wessels <> Date: Fri, 7 Feb 1997 14:05:41 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=870bd0f93fa4495c7d60c4ef53e2137b0930972d;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index fff5715dd8..167e0587ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -Changes to squid-1.1.6 (February @@, 1997): +Changes to squid-1.1.6 (February 7, 1997): - Fix redirector to make sure the redirector child process is is alive and not busy before using it (Brent Foster). - Fixed ACL joining bug. + - Fixed up support for multicast; see Release Notes for + details. - Fixed ftpget to properly handle multi-line replies that don't begin with "NNN-". - Changed store maintenance to randomize bucket order @@ -14,7 +16,8 @@ Changes to squid-1.1.6 (February @@, 1997): - Changed HTTP anonmyizing to remove 'denied' headers by default. Define USE_PARANOID_ANONYMIZER to only pass 'allowed' headers instead (Bernd Ernesti). - - Added 'Splay' trees for fast IP access checking (Ed Knowles). + - Added 'Splay' trees (in #ifdefs) for fast IP access checking + (Ed Knowles). - Fixed 'COMM_INPROGRESS' typo bug (Balint Nagy Endre). - Added support for PURGE method to remove cached objects. - Upgraded scripts/check_cache.pl for v1.1 (Bertold Kolics). @@ -23,10 +26,9 @@ Changes to squid-1.1.6 (February @@, 1997): - Upgrade to autoconf-2.12 - Added 'dns_defnames' option to allow dnsserver to interpret single-component hostnames. -- Added multicast options - Refuse to run as root without defining 'cache_effective_user'. -Changes to squid-1.novm.5 (February XX, 1997): +Changes to squid-1.novm.5 (February 6, 1997): - Fixed stuck objects (and FD leak) due to not unlocking objects in storeAbort().