Add CHANGE and release note for #2931

Release note worthy.

(cherry picked from commit ebbcf4c34f)
This commit is contained in:
Matthijs Mekking 2022-01-10 17:45:00 +01:00
parent c3ab09deb5
commit c678065eaa
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]
5856. [bug] The "starting maxtime timer" message related to outgoing
zone transfers was incorrectly logged at the ERROR level
instead of DEBUG(1). [GL #3208]

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