]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3137]
authorOndřej Surý <ondrej@isc.org>
Thu, 10 Feb 2022 08:30:26 +0000 (09:30 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 10 Feb 2022 20:09:46 +0000 (21:09 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index d0dfc2a36f02cfab6a340eef445e403905b936d2..86eb70b37435753016f9afd244429c885df159dc 100644 (file)
--- 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]
 
index f5abcd8a83a9e508591c39a388cd672179a4b4fd..ded784f7a77c60879e3fcfd9cc27552dc21becf7 100644 (file)
@@ -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
 ~~~~~~~~~