Add CHANGES and release notes for #3901

This is a new feature that deserves attention.
This commit is contained in:
Matthijs Mekking
2023-03-28 16:05:20 +02:00
parent e72b0df50b
commit 148ce1f678
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
6140. [func] Implement automatic parental-agents ('checkds yes').
[GL #3901]
6139. [func] Add isc_histo_t general-purpose log-linear histograms,
and use them for message size statistics. [GL !7696]

View File

@@ -34,6 +34,11 @@ New Features
INFO log level to the DEBUG(1) log level, to prevent ``delv`` from
emitting that message when setting up its internal resolver. :gl:`#3842`
- A new configuration option :any:`checkds` is introduced that when set to
``yes`` will detect :any:`parental-agents` automatically by resolving the
parent NS records. These name servers will be used to check the DS RRset
during a KSK rollover initiated by :any:`dnssec-policy`. :gl:`#3901`
Removed Features
~~~~~~~~~~~~~~~~