From: Ondřej Surý Date: Tue, 9 May 2023 12:53:28 +0000 (+0200) Subject: Add CHANGES and release note for [GL #4045] X-Git-Tag: v9.19.14~56^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=575a976e482474641ebcf33230ab3345829a8895;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #4045] --- diff --git a/CHANGES b/CHANGES index 317016b621c..e74de54e21c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6168. [func] Refactor the glue cache to store list of the GLUE + directly in the rdatasetheader instead of keeping + it in the hashtable indexed by the node pointer. + [GL #4045] + 6167. [func] Add 'cdnskey' configuration option. [GL #4050] 6166. [func] Retry without DNS COOKIE on FORMERR if it appears that diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index faff9cdbe5a..654d4318b96 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -32,7 +32,9 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- Improve the responsiveness of the ``named`` serving as an authoritative DNS + server for a delegation-heavy zone(s) shortly after loading such zone(s). + :gl:`#4045` Bug Fixes ~~~~~~~~~