From da4ba38c819cff5fd1f89c4f448a26a4a03d0eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 12 Sep 2023 08:59:01 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #4311] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index 6666cc80f6..7ae6f8538b 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index c5d9990f0f..0cfdcb2f3f 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~~~~