]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3707]
authorOndřej Surý <ondrej@isc.org>
Wed, 30 Nov 2022 09:56:52 +0000 (10:56 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 30 Nov 2022 10:46:09 +0000 (11:46 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index ba8e74fd74ccee00d321e13b76a79f9995635980..efa050b83e1ca70f836d2a486ba45f63ab06e84e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6031.  [bug]           Move the "final reference detached" log message
+                       from dns_zone unit to the DEBUG(1) log level.
+                       [GL #3707]
+
 6030.  [bug]           Refactor the ADB to use a global LRU queue, store
                        the ADB names and ADB entries directly in the hash
                        tables instead of buckets, and properly clean the
index 0397ae03292d1a8170c202fdf2b5173257184934..a036aa94770d4084e6429d08271896534c68a4f7 100644 (file)
@@ -59,6 +59,11 @@ Bug Fixes
 - Fix an assertion failure in the statschannel caused by reading from the HTTP
   connection closed prematurely (connection error, shutdown). :gl:`#3693`
 
+- The ``zone <name>/<class>: final reference detached`` log message was
+  moved from the INFO log level to the DEBUG(1) log level to prevent the
+  :iscman:`named-checkzone` tool from superfluously logging this message
+  in non-debug mode. :gl:`#3707`
+
 Known Issues
 ~~~~~~~~~~~~