]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #2401]
authorEvan Hunt <each@isc.org>
Tue, 28 Sep 2021 00:51:44 +0000 (17:51 -0700)
committerEvan Hunt <each@isc.org>
Sat, 2 Oct 2021 18:43:59 +0000 (11:43 -0700)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 0ee3ee69771f3188de60a2e021b2d16320583520..ec63783a19d4ab47da45e3fe007cb2fab739bd9a 100644 (file)
--- 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
index 94a49630be6dd68a43bfd95b773ec707a7d83392..5fd296f63aa547f9094997672b2d439f0ac0c9ac 100644 (file)
@@ -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
 ~~~~~~~~~