]> 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:51:51 +0000 (11:51 +0100)
(cherry picked from commit 116d1b94a9404602c55bf92e8c5d84c27d586d7b)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 88cce1ebc93067fedb557b50623569eed4a43143..a0359b6b6ba00ec939c070c766289c9c31bdf48f 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]
+
 6024.  [func]          Deprecate 'auto-dnssec'. [GL #3667]
 
 6021.  [bug]           Use the current domain name when checking answers from
index 28d080dea16c83342e260a9ac47cc8502875384d..9c6ef36f8860646ce5a2b479b91537ea416f0164 100644 (file)
@@ -38,6 +38,11 @@ Bug Fixes
 
 - None.
 
+- 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
 ~~~~~~~~~~~~