Add release note and change for cds-digest-type

This commit is contained in:
Matthijs Mekking
2023-01-31 10:59:45 +01:00
parent 8d20c4e95f
commit e5841856f8
2 changed files with 9 additions and 0 deletions

View File

@@ -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

View 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
~~~~~~~~~~~~~~~~