From ebbcf4c34fc53a1d7e286d1f9cf2741bd688e03d Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Mon, 10 Jan 2022 17:45:00 +0100 Subject: [PATCH] Add CHANGE and release note for #2931 Release note worthy. --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5bcb06b750..073e5139f1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5858. [bug] Don't remove CDS/CDNSKEY DELETE records on zone sign + when using 'auto-dnssec maintain;'. [GL #2931] + 5857. [bug] Fixed a possible crash during shutdown due to ADB entries being unlinked from the hash table too soon. [GL #3256] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 624b285bcb..8f7475b19e 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -40,4 +40,5 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- None. +- CDS and CDNSKEY DELETE records are removed from the zone when configured with + 'auto-dnssec maintain;'. This has been fixed. :gl:`#2931`.