]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add notes and change entry
authorMatthijs Mekking <matthijs@isc.org>
Wed, 5 Oct 2022 14:32:35 +0000 (16:32 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 23 May 2023 06:53:22 +0000 (08:53 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index c483560dff647a4e8850acf43a91b326f4b16b77..c872c16a8f6a0310af747922f4c4487478418055 100644 (file)
--- 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]
 
index 179d7de49551f7f39aa6a6561f3d44d3c0f6781a..53a5e83a96de2a40afba28f80c04bd804a469479 100644 (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`