Add CHANGE and release note for #2931

Release note worthy.
This commit is contained in:
Matthijs Mekking 2022-01-10 17:45:00 +01:00
parent 3d05c99abb
commit ebbcf4c34f
2 changed files with 5 additions and 1 deletions

View file

@ -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]

View file

@ -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`.