2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Add notes and change entry

This commit is contained in:
Matthijs Mekking
2022-10-05 16:32:35 +02:00
parent a565cb9c31
commit 7a39651da5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,10 +1,12 @@
6178. [func] Add support for the multi-signer model 2 (RFC 8901) when
using inline-signing. [GL #2710]
6177. [placeholder]
6176. [test] Add support for using pytest & pytest-xdist to
execute the system test suite. [GL #3978]
6175. [test] Fix the `upforwd` system test to be more reliable,
especially when using thread sanitizer. [GL #4069]
6174. [placeholder]

View File

@@ -20,6 +20,9 @@ Security Fixes
New Features
~~~~~~~~~~~~
- Add support for multi-signer model 2 (RFC 8901) when using
``inline-signing``. :gl:`#2710`
- A new option to :any:`dnssec-policy` has been added, :any:`cdnskey`, that
allows you to enable or disable the publication of CDNSKEY records.
:gl:`#4050`