From: wessels <> Date: Fri, 7 Feb 1997 02:01:32 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625917ea432a0cf0cc7fe935d1f4828508d133a5;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index c52b447ea6..fff5715dd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +Changes to squid-1.1.6 (February @@, 1997): - Fix redirector to make sure the redirector child process is is alive and not busy before using it (Brent Foster). @@ -12,7 +13,7 @@ requests (Andrew Humphrey). - Changed HTTP anonmyizing to remove 'denied' headers by default. Define USE_PARANOID_ANONYMIZER to only pass - 'allowed' headers instead. + 'allowed' headers instead (Bernd Ernesti). - Added 'Splay' trees for fast IP access checking (Ed Knowles). - Fixed 'COMM_INPROGRESS' typo bug (Balint Nagy Endre). - Added support for PURGE method to remove cached objects. @@ -20,14 +21,18 @@ - Fixed announcement file descriptor leak (Balint Nagy Endre). - Fixed [^0-9] sscanf bug for some compilers (Jim Carroll). - 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, 1996): +Changes to squid-1.novm.5 (February XX, 1997): - Fixed stuck objects (and FD leak) due to not unlocking objects in storeAbort(). - Merged squid-1.1.5 changes. -Changes to squid-1.1.5 (January 22, 1996): +Changes to squid-1.1.5 (January 22, 1997): - Fixed ACL parsing to join ACL entries with the same name (Markus Stumpf). @@ -51,7 +56,7 @@ Changes to squid-1.1.5 (January 22, 1996): deletion rate matches the addition rate and we avoid emergency object purge mode. -Changes to squid-1.novm.4 (January XX, 1996): +Changes to squid-1.novm.4 (January XX, 1997): - Fixed storeRegister loop in icpHandleIMSReply(). - Merged squid-1.1.4 changes.