From: Evan Hunt Date: Wed, 7 Oct 2020 21:07:36 +0000 (-0700) Subject: CHANGES and release notes X-Git-Tag: v9.17.7~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42d94614e4279ae917dcff3c3a146d7005bf5f18;p=thirdparty%2Fbind9.git CHANGES and release notes --- diff --git a/CHANGES b/CHANGES index f988e74bc78..71d9dc2cbb6 100644 --- 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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 5f9257fa354..bdcad868bea 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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.