]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release notes
authorEvan Hunt <each@isc.org>
Wed, 7 Oct 2020 21:07:36 +0000 (14:07 -0700)
committerOndřej Surý <ondrej@sury.org>
Mon, 9 Nov 2020 13:50:48 +0000 (14:50 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index f988e74bc78f649726e087e867f5d5975cfdeb86..71d9dc2cbb69ef82df587a682b703b0b32674707 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5529.  [func]          The network manager API is now used by named
+                       to send zone transfer requests. [GL #2016]
+
 5528.  [func]          Convert "dig", "host" and "nslookup" to use the
                        network manager. As a side effect of this change,
                        "dig +unexpected" no longer works, and has been
index 5f9257fa3548697adcedf30aa454596a5bc5a9da..bdcad868bea36cf66eb9c3ea0001709458bbf6d5 100644 (file)
@@ -34,7 +34,8 @@ Removed Features
 Feature Changes
 ~~~~~~~~~~~~~~~
 
-- None.
+- The network manager API is now used by ``named`` to send zone transfer
+  requests. [GL #2016]
 
 - The ``dig``, ``host``, and ``nslookup`` tools have been converted to
   use the new network manager API rather than the older ISC socket API.