2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Add CHANGES and release note for [GL #3707]

This commit is contained in:
Ondřej Surý
2022-11-30 10:56:52 +01:00
parent 1816244725
commit 116d1b94a9
2 changed files with 9 additions and 0 deletions

View File

@@ -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 6030. [bug] Refactor the ADB to use a global LRU queue, store
the ADB names and ADB entries directly in the hash the ADB names and ADB entries directly in the hash
tables instead of buckets, and properly clean the tables instead of buckets, and properly clean the

View File

@@ -59,6 +59,11 @@ Bug Fixes
- Fix an assertion failure in the statschannel caused by reading from the HTTP - Fix an assertion failure in the statschannel caused by reading from the HTTP
connection closed prematurely (connection error, shutdown). :gl:`#3693` 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 Known Issues
~~~~~~~~~~~~ ~~~~~~~~~~~~