]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note and change entry for #3438
authorMatthijs Mekking <matthijs@isc.org>
Mon, 11 Jul 2022 08:34:24 +0000 (10:34 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 12 Jul 2022 10:48:57 +0000 (12:48 +0200)
Bug worth mentioning.

(cherry picked from commit 689215a6759383d2e67da3a1a7f39779e10f592a)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index f549a33a9ac555110a832395c01bad741d927c87..502ca3361755d1a0366f86ee0dda0d39d06fc6a9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5923.  [bug]           Fix inheritance for dnssec-policy when checking for
+                       inline-signing. [GL #3438]
+
 5922.  [bug]           Forwarding of UPDATE message could fail with the
                        introduction of netmgr. This has been fixed. [GL #3389]
 
index 80518381b36ae747930182c393fe304a0a7ba459..342bc17ee23b7c3a4ed9d314bc3234a99e3b48a3 100644 (file)
@@ -40,4 +40,6 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
+- Non-dynamic zones that inherit dnssec-policy from the view or
+  options level were not marked as inline-signed, and thus were never
+  scheduled to be re-signed. This is now fixed. :gl:`#3438`