2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Add CHANGES and release note for [GL #3140]

This commit is contained in:
Ondřej Surý
2022-02-10 11:44:42 +01:00
parent ddd5b0ff89
commit f216eb0d64
2 changed files with 7 additions and 0 deletions

View File

@@ -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]

View 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
~~~~~~~~~~~~~~~