]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGE and release note for #2931
authorMatthijs Mekking <matthijs@isc.org>
Mon, 10 Jan 2022 16:45:00 +0000 (17:45 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 13 Apr 2022 11:26:59 +0000 (13:26 +0200)
Release note worthy.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 5bcb06b7500e563b8ea861aa3dc2a88399be9da4..073e5139f11fb73ef59c17c9127562059b014ee2 100644 (file)
--- 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]
index 624b285bcbd94f60635903be9d0f974c64bc5d29..8f7475b19eaf4cf97b48e632a973df78735af246 100644 (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`.