From: Matthijs Mekking Date: Wed, 5 Oct 2022 14:32:35 +0000 (+0200) Subject: Add notes and change entry X-Git-Tag: v9.19.14~32^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a39651da55d189dc25cd7b8583f16a78d8fd44f;p=thirdparty%2Fbind9.git Add notes and change entry --- diff --git a/CHANGES b/CHANGES index c483560dff6..c872c16a8f6 100644 --- a/CHANGES +++ b/CHANGES @@ -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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 179d7de4955..53a5e83a96d 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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`