]> 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:28:48 +0000 (21:28 +0100)
(cherry picked from commit 44aa8ef9979366bd5bc78c10ac8557295a3cc1cf)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 5de82adb7c28185c976374456f86c3ae90695b5a..f647c2fe27db5b4d712624a89315240da81807a8 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]
+
 5801.  [bug]           Log "quota reached" message when hard quota
                        is reached when accepting a connection. [GL #3125]
 
index b95c20daadbebff803e7767c699aeae91d56aea1..34b4e5f445e4606ef5e44ee4af7288664a9e2a9e 100644 (file)
@@ -39,6 +39,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
 ~~~~~~~~~