]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3140]
authorOndřej Surý <ondrej@isc.org>
Thu, 10 Feb 2022 10:44:42 +0000 (11:44 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 18 Feb 2022 08:16:03 +0000 (09:16 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index b3674015c584f416a8bcd20f3eb17a63db893fac..31d659166119b54e4ee49c5ccf2286e39b48741a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5813.  [func]          The "keep-response-order" ACL has been declared
+                       obsolete, and is now non-operational. [GL #3140]
+
 5812.  [func]          Drop the artificial limit on the number of queries
                        processed in a single TCP read callback. [GL #3141]
 
index 2da69354f687232af10a9dfd64a5dd92682fbedc..be82bdff9c4b7e72a5f0898065b621ef289b2a58 100644 (file)
@@ -36,6 +36,10 @@ Removed Features
   packets only.  This renders the ``dig`` option ``+mapped`` non-functioning and
   thus the option has been removed. :gl:`#3093`
 
+- The ``keep-order-response`` option has been declared obsolete and the
+  functionality has been removed.  ``named`` expects DNS clients to be
+  fully compliant with :rfc:`7766`. :gl:`#3140`
+
 Feature Changes
 ~~~~~~~~~~~~~~~