]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add change and release note for [#1126]
authorMatthijs Mekking <matthijs@isc.org>
Fri, 25 Jun 2021 09:43:29 +0000 (11:43 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 1 Jul 2021 12:48:47 +0000 (14:48 +0200)
Seems pretty newsworthy.

(cherry picked from commit 22cd63bf811fea683bc86e84b7649ce679d53122)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index b43ccad0c31662cf0d164da2efe2b24eb4f84af2..4310497bbdfe2ff1a0917ac748049f8c30dc86db 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
 5670.  [bug]           Handle place holder KEYDATA records. [GL #2769]
 
+5669.  [func]          Add 'checkds' feature. Zones with "dnssec-policy" and
+                       "parental-agents" configured will check for DS presence
+                       and are able to perform automatic KSK rollover.
+                       [GL #1126]
+
 5668.  [bug]           When a zone fails to load on startup, the setnsec3param
                        task is rescheduled. This caused a hang on shutdown, and
                        is now fixed. [GL #2791]
index 523732080142612e16e10aa324eee73d22a43315..0d3bcff13e7b255a82b33a2f422e2c95ce8c6ad7 100644 (file)
@@ -24,7 +24,9 @@ Known Issues
 New Features
 ~~~~~~~~~~~~
 
-- None.
+- Automatic KSK rollover: A new configuration option ``parental-agents`` is
+  added to add a list of servers to a zone that can be used for checking DS
+  presence. :gl:`#1126`
 
 Removed Features
 ~~~~~~~~~~~~~~~~