From: Evan Hunt Date: Sun, 3 Oct 2021 08:06:46 +0000 (-0700) Subject: CHANGES and release note for [GL #2926] X-Git-Tag: v9.17.20~42^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4919c7a227d56edf458c7f061d7767bb05283cc9;p=thirdparty%2Fbind9.git CHANGES and release note for [GL #2926] --- diff --git a/CHANGES b/CHANGES index e8cd99b5ce1..1a5abf7d2d9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +5744. [func] The network manager is now used for netlink sockets + to monitor network interface changes. This was the + last remaining use of the old isc_socket and + isc_socketmgr APIs, so they have now been removed. + The "named -S" argument and the "reserved-sockets" + option in named.conf have no function now, and are + deprecated. "socketmgr" statistics are no longer + reported in the statistics channel. [GL #2926] + 5743. [func] Add finer-grained "update-policy" rules, "krb5-subdomain-self-rhs" and "ms-subdomain-self-rhs", which restrict SRV and PTR record changes, allowing diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 5e82f9c4b00..98874357fd7 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -79,6 +79,9 @@ Feature Changes including ``nsupdate``, ``delv``, ``mdig``, to send all outgoing DNS queries and requests. :gl:`#2401` +- Because the old socket manager API has been removed, "socketmgr" + statistics are no longer reported by the statistics channel. :gl:`#2926` + - Zone transfers over TLS (XoT) now need "dot" Application-Layer Protocol Negotiation (ALPN) tag to be negotiated, as required by the RFC 9103. :gl: `#2794`