]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Documentation: update release notes after PR 1632 (#1652)
authorAmos Jeffries <yadij@users.noreply.github.com>
Thu, 1 Feb 2024 02:25:01 +0000 (02:25 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 1 Feb 2024 02:25:08 +0000 (02:25 +0000)
doc/release-notes/release-7.sgml.in

index 927118c630564e28ba5567badc7c56cc45c1aabe..a130f54417c0456db16061aa2fb975bd175f605d 100644 (file)
@@ -125,6 +125,25 @@ This section gives an account of those changes in three categories:
 <sect1>Changes to existing directives<label id="modifieddirectives">
 <p>
 <descrip>
+       <tag>acl</tag>
+       <p>Changed <em>src</em> to detect and handle overlapping IP and
+          IP-range values. Merging where necessary.
+       <p>Changed <em>dst</em> to detect and handle overlapping IP and
+          IP-range values. Merging where necessary.
+       <p>Changed <em>localip</em> to detect and handle overlapping IP and
+          IP-range values. Merging where necessary.
+       <p>Changed <em>ssl::server_name</em> to detect and handle overlapping
+          sub-domain and wildcard domains. Merging or ignoring where
+          necessary.
+       <p>Changed <em>srcdomain</em> to detect and handle overlapping
+          sub-domain and wildcard domains. Merging or ignoring where
+          necessary.
+       <p>Changed <em>dstdomain</em> to detect and handle overlapping
+          sub-domain and wildcard domains. Merging or ignoring where
+          necessary.
+       <p>Changed <em>http_status</em> to detect and handle overlapping
+          status and status-range values. Merging where necessary.
+
        <tag>buffered_logs</tag>
        <p>Honor the <em>off</em> setting in 'udp' access_log module.