From: Evan Hunt Date: Tue, 28 Sep 2021 00:51:44 +0000 (-0700) Subject: Add CHANGES and release note for [GL #2401] X-Git-Tag: v9.17.19~15^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d596bd04b68d8a613966b90c87bd101bf05a498c;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #2401] --- diff --git a/CHANGES b/CHANGES index 0ee3ee69771..ec63783a19d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +5730. [func] The resolver and the request and dispatch managers + have been substantially refactored, and are now + based on the network manager instead of the old + isc_socket API. All outgoing DNS queries and + requests now use the new API; isc_socket is only + used to monitor for network interface changes. + [GL #2401] + 5729. [func] Allow finer control over the TLS protocol by implementing more options within "tls" clauses, namely: - Diffie-Hellman parameters via diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 94a49630be6..5fd296f63aa 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -66,6 +66,10 @@ Feature Changes 9.16.0 but no error was reported, although sending UDP messages (such as notifies) would fail. :gl:`#2888` +- The network manager API is now used by ``named`` and related tools, + including ``nsupdate``, ``delv``, ``mdig``, to send all outgoing DNS + queries and requests. :gl:`#2401` + Bug Fixes ~~~~~~~~~