From: Ondřej Surý Date: Wed, 30 Nov 2022 09:56:52 +0000 (+0100) Subject: Add CHANGES and release note for [GL #3707] X-Git-Tag: v9.16.36~17^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=86b43888b3e419953d6f23c12017466420ac7190;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3707] (cherry picked from commit 116d1b94a9404602c55bf92e8c5d84c27d586d7b) --- diff --git a/CHANGES b/CHANGES index 88cce1ebc93..a0359b6b6ba 100644 --- 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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 28d080dea16..9c6ef36f886 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -38,6 +38,11 @@ Bug Fixes - None. +- The ``zone /: 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 ~~~~~~~~~~~~