From: Matthijs Mekking Date: Mon, 10 Jan 2022 16:45:00 +0000 (+0100) Subject: Add CHANGE and release note for #2931 X-Git-Tag: v9.19.1~76^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebbcf4c34fc53a1d7e286d1f9cf2741bd688e03d;p=thirdparty%2Fbind9.git Add CHANGE and release note for #2931 Release note worthy. --- diff --git a/CHANGES b/CHANGES index 5bcb06b7500..073e5139f11 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 624b285bcbd..8f7475b19ea 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`.