]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #4311]
authorOndřej Surý <ondrej@isc.org>
Tue, 12 Sep 2023 06:59:01 +0000 (08:59 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 19 Sep 2023 16:51:51 +0000 (18:51 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 6666cc80f69af683f693ac79c460719fd165c3fc..7ae6f8538bb05d0ec167bda6301da7deae141151 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6253.  [cleanup]       Remove the support for control channel over Unix
+                       Domain Sockets. [GL #4311]
+
 6252.  [test]          Python system tests have to be executed by invoking
                        pytest directly. Executing them with the legacy test
                        runner is no longer supported. [GL #4250]
index c5d9990f0ffd9fb5c440661097759042719de91b..0cfdcb2f3f38da458fe8672ee9d860bd8fbdc499 100644 (file)
@@ -32,6 +32,13 @@ Removed Features
 
 - None.
 
+- Configuring control channel to use Unix Domain Socket has an fatal error since
+  BIND 9.18.  Completely remove the feature and make ``named-checkconf`` also
+  report this as an error in the configuration. :gl:`#4311`
+
+  The support for control channel over Unix Domain Sockets has been
+  non-functional since BIND 9.18
+
 Feature Changes
 ~~~~~~~~~~~~~~~