From: hno <> Date: Sun, 15 Aug 2004 04:57:48 +0000 (+0000) Subject: Document change in external_acl protocol format X-Git-Tag: SQUID_3_0_PRE4~1073 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb9c55c6246e598628bc75e3e21c8c96101c7e68;p=thirdparty%2Fsquid.git Document change in external_acl protocol format --- diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml index 331842f67a..abf52e52ba 100644 --- a/doc/release-notes/release-3.0.sgml +++ b/doc/release-notes/release-3.0.sgml @@ -2,7 +2,7 @@
Squid 3.0 release notes Squid Developers -$Id: release-3.0.sgml,v 1.15 2003/08/20 07:08:01 hno Exp $ +$Id: release-3.0.sgml,v 1.16 2004/08/14 22:57:48 hno Exp $ This document contains the release notes for version 3.0 of Squid. @@ -97,6 +97,7 @@ This fixes two issues: ext_user acl type added for matching the user name returned by external acls. Not longer abusing the ident acl for this purpose external_acl extended with soft timeouts external_acl can optionally return information to be logged in access.log + external_acl protocol changed to use URL-escaped strings. Squid-2.5 compatible mode also available. Requests denied due to 'http_reply_access' are now logged with TCP_DENIED_REPLY. Added counters for HTCP messages sent and received, reported in 'info' cache manager page. Fixed 'ICP dynamic timeout algorithm ignores multicast' bug @@ -123,7 +124,7 @@ This fixes two issues: header_replaceThis is now dependent on --disable-http-violations (Henrik Nordström) email_err_dataAllow disabling the data now embedded in the mailto links on Squid's ERR pages. reply_body_max_sizeNo longer uses allow/deny. Instead it is specified as a size followed by acl elements. The size "none" can be used for no limit (the default) - external_acl_typeThe argument which was named concurrenty= in Squid-2.5 is now named children=. concurrency= has a different meaing in Squid-3.0 and your external acls will not work until updated. + external_acl_typeThe argument which was named concurrenty= in Squid-2.5 is now named children=. concurrency= has a different meaing in Squid-3.0 and your external acls will not work until updated. New protocol=2.5 parameter for compatibility with acl helpers written for Squid-2.5. ext_user aclthis acl matches the username returned by external acl. ident can no longer be used for this purpose. access_logThe access_log directive now optionally includes specifications on what log format to use and acls matching which requests to log. Can be specified multiple times to log different requests to different files. logformatnew directive to define custom log formats