]> 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 09:29:39 +0000 (11:29 +0200)
Bug worth mentioning.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index d14ab756c5b6f0d697abfc58a9f5fa6f115e4f05..9d936a7fe853b312e326c95c8479faa5cad3ed58 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 489f3e2928d725b9b8e4810e9ebe96fa82bd1968..eecc87eb4c2d213e9e4d777c2e17583e7a7c0061 100644 (file)
@@ -42,3 +42,7 @@ Bug Fixes
 
 - A DNS compression would be applied on the root zone name if it is repeatedly
   used in the same RRSet. :gl:`#3423`
+
+- 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`