]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: removal of log_access and log_icap in 3.4
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 31 Jan 2015 16:34:08 +0000 (08:34 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 31 Jan 2015 16:34:08 +0000 (08:34 -0800)
doc/release-notes/release-3.4.sgml
src/cf.data.pre

index 503790bcb5698456120821ab28a997115635e194..d4ff5ee079e42a6ebcac750b51a1bf7f14ba588c 100644 (file)
@@ -347,6 +347,12 @@ This section gives a thorough account of those changes in three categories:
 <sect1>Removed tags<label id="removedtags">
 <p>
 <descrip>
+       <tag>log_access</tag>
+       <p>Removed. Use access_log with ACLs instead
+
+       <tag>log_icap</tag>
+       <p>Removed. Use icap_log with ACLs instead
+
        <tag>storeurl_access</tag>
        <p>Replaced by <em>store_id_access</em>.
 
index b780dd11c416759e62fa46a1505dce6b74d33a24..2ba9e26c79ed8c4e1aa82c9e66d187fbb0075373 100644 (file)
@@ -155,6 +155,7 @@ DOC_START
        Remove this line. Use always_direct or cache_peer_access ACLs instead if you need to prevent cache_peer use.
 DOC_END
 
+# Options removed in 3.4
 NAME: log_access
 TYPE: obsolete
 DOC_START