]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES, release note
authorEvan Hunt <each@isc.org>
Wed, 1 Jul 2020 17:59:33 +0000 (10:59 -0700)
committerEvan Hunt <each@isc.org>
Mon, 13 Jul 2020 20:17:08 +0000 (13:17 -0700)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index f8df942d7ddb8e12f8b28607791c39af41555002..4ba2e318644865e8612eaba6b8dcc2d6c70933b2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+5467.  [func]          The control channel and the rndc utility have been
+                       updated to use the new network manager. To support
+                       this, the network manager was updated to enable
+                       wthe initiation of client TCP connections. Its
+                       internal reference counting has been refactored.
+
+                       Note: As side effects of this change, rndc cannot
+                       currently be used with UNIX-domain sockets, and its
+                       default timeout has changed from 60 seconds to 30.
+                       These will be addressed in a future release.
+                       [GL #1759]
+
 5466.  [bug]           Addressed an error in recursive clients stats reporting.
                        [GL #1719]
 
index 8aab45403980412265f433efc1402f5379350753..1ce674d1e581651d4b5d678f9402298c14363083 100644 (file)
@@ -24,7 +24,14 @@ Known Issues
 New Features
 ~~~~~~~~~~~~
 
-- None.
+- ``rndc`` has been updated to use the new BIND network manager API.
+  This change had the side effect of altering the TCP timeout for RNDC
+  connections from 60 seconds to the ``tcp-idle-timeout`` value, which
+  defaults to 30 seconds. Also, because the network manager currently
+  has no support for UNIX-domain sockets, those cannot now be used
+  with ``rndc``. This will be addressed in a future release, either by
+  restoring UNIX-domain socket support or by formally declaring them
+  to be obsolete in the control channel. [GL #1759]
 
 Feature Changes
 ~~~~~~~~~~~~~~~