------------------------------------------------------------ revno: 13515 revision-id: squid3@treenet.co.nz-20140729123847-wh0hsgq76pafmyn7 parent: squid3@treenet.co.nz-20140729102817-w1su7c9z9f4l3027 committer: Amos Jeffries branch nick: trunk timestamp: Tue 2014-07-29 05:38:47 -0700 message: Deprecate tag ACL type in favour of note ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20140729123847-wh0hsgq76pafmyn7 # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: 5be8015eef709aec9b69e1834d5e2a7f5456ffa2 # timestamp: 2014-07-29 12:54:09 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20140729102817-\ # w1su7c9z9f4l3027 # # Begin patch === modified file 'src/cf.data.pre' --- src/cf.data.pre 2014-07-21 14:55:27 +0000 +++ src/cf.data.pre 2014-07-29 12:38:47 +0000 @@ -975,7 +975,9 @@ # use REQUIRED to accept any non-null user name. acl aclname tag tagvalue ... - # string match on tag returned by external acl helper [slow] + # string match on tag returned by external acl helper [fast] + # DEPRECATED. Only the first tag will match with this ACL. + # Use the 'note' ACL instead for handling multiple tag values. acl aclname hier_code codename ... # string match against squid hierarchy code(s); [fast]