From 5d48602479e758803545fec2a6c80f36577f7909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 10 Feb 2022 09:30:26 +0100 Subject: [PATCH] Add CHANGES and release note for [GL #3137] (cherry picked from commit 44aa8ef9979366bd5bc78c10ac8557295a3cc1cf) --- CHANGES | 3 +++ doc/notes/notes-current.rst | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index dc6f526f78..9ea6f59dee 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5804. [func] Add a debug log message when starting and ending + the task exclusive mode. [GL #3137] + 5803. [func] Use compile-time paths in the documentation. [GL #2717] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index f5abcd8a83..ded784f7a7 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -41,6 +41,11 @@ Feature Changes by a client are now included in the client information sent to DLZ modules when processing queries. :gl:`#3082` +- Add DEBUG(1) level messages when starting and ending BIND 9 task exclusive mode + that stops the normal DNS operation (f.e. for reconfiguration, interface + scans, and other events that require exclusive access to a shared resources). + :gl:`#3137` + Bug Fixes ~~~~~~~~~