From 575a976e482474641ebcf33230ab3345829a8895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 9 May 2023 14:53:28 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #4045] --- CHANGES | 5 +++++ doc/notes/notes-current.rst | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 317016b621..e74de54e21 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 faff9cdbe5..654d4318b9 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 ~~~~~~~~~