From: wessels <> Date: Sat, 30 Jan 1999 06:38:13 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2321 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=548b801c713de739bed06f1a5f023b2af1951a5e;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 28b37bd6c6..806ea58c1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -74,12 +74,17 @@ Changes to Squid-2.2 (): list. - Rewrote the anonymizer. - Removed the http_anonymizer option. - - Added the anonymize_headers option to allow individual referencing of - headers for addition or removal. See 'anonymize_headers' in squid.conf - for additional configuration. + - Added the anonymize_headers option to allow individual + referencing of headers for addition or removal. See + 'anonymize_headers' in squid.conf for additional + configuration. - Fixed config file parser's handing of optional directives. Some people might get new warnings about unknown config directives. + - Added 'myip' ACL type. This is the local IP address for + connected sockets (Luyer). + - Fixed parsing of FTP DOS directory listings with spaces + (Nordstrom). Changes to Squid-2.1 (November 16, 1998):