]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release note for [GL #2926]
authorEvan Hunt <each@isc.org>
Sun, 3 Oct 2021 08:06:46 +0000 (01:06 -0700)
committerEvan Hunt <each@isc.org>
Fri, 15 Oct 2021 08:01:25 +0000 (01:01 -0700)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e8cd99b5ce1ec221b5d626c0f230933f25b6b964..1a5abf7d2d92514931937833aea670b29431797e 100644 (file)
--- 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
index 5e82f9c4b003c0529327f1d3551796b8fdec90be..98874357fd77807c6d45d9f649e12c73e0db00cf 100644 (file)
@@ -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`