mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:32:09 -04:00
parent
3d05c99abb
commit
ebbcf4c34f
2 changed files with 5 additions and 1 deletions
3
CHANGES
3
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]
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue