From 7af2ec7e4fafb72ee8e734867321bca348a8ab95 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Wed, 13 Dec 2023 09:39:22 +0100 Subject: [PATCH] Add release note and CHANGES for #4423 --- CHANGES | 3 ++- doc/notes/notes-current.rst | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 550cb468fd..6434f30dc7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,5 @@ -6305. [placeholder] +6305. [bug] Improve load configuration time for many zones with + the same dnssec-policy [GL #4423] 6304. [bug] The wrong time was being used to determine what RRSIGs where to be generated when dnssec-policy was in use. diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index fbb4897a94..d6750b309d 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -39,6 +39,9 @@ Bug Fixes values to unsigned 32 bits. Export was truncating values since BIND 9.15.0. :gl:`#4467` +- The speed of loading the configuration for many zones with the same + :any:`dnssec-policy` has been improved. :gl:`#4423` + Known Issues ~~~~~~~~~~~~