]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note and change for cds-digest-type
authorMatthijs Mekking <matthijs@isc.org>
Tue, 31 Jan 2023 09:59:45 +0000 (10:59 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 28 Feb 2023 08:37:37 +0000 (09:37 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 06e54c6df85d00fb310a6a02be32b5cdf12f8ac3..e9b3d682d381c40228faf3ade734a5a5a54f9a1e 100644 (file)
--- 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
index c6394d0d214512d1592b8bee6613c70c49a27ea5..12c57321147e1c967b9a8319b4285593f6da5d78 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~