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.19.8~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=116d1b94a9404602c55bf92e8c5d84c27d586d7b;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3707] --- diff --git a/CHANGES b/CHANGES index ba8e74fd74c..efa050b83e1 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] + 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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 0397ae03292..a036aa94770 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 /: 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 ~~~~~~~~~~~~