From: Matthijs Mekking Date: Tue, 31 Jan 2023 09:59:45 +0000 (+0100) Subject: Add release note and change for cds-digest-type X-Git-Tag: v9.19.11~14^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5841856f8b65481d46d9845137df4e4784be672;p=thirdparty%2Fbind9.git Add release note and change for cds-digest-type --- diff --git a/CHANGES b/CHANGES index 06e54c6df85..e9b3d682d38 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6118. [func] Add 'cds-digest-types' configuration option. Also allow + dnssec-signzone to create multple CDS records. + [GL #3837] + 6117. [func] Add a qp-trie data structure. This is a foundation for our plan to replace, in stages, BIND's red-black tree. The qp-trie has lock-free multithreaded reads, using diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index c6394d0d214..12c57321147 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -22,6 +22,11 @@ New Features - None. +- When using :any:`dnssec-policy`, you can now configure the digest type to + use when ``CDS`` records need to be published with `cds-digest-types`. Also, + with ``dnssec-signzone -G`` you can set which CDNSKEY/CDS records you want to + publish. :gl:`#3837` + Removed Features ~~~~~~~~~~~~~~~~