]> 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 15:22:39 +0000 (17:22 +0200)
Bug worth mentioning.

(cherry picked from commit 689215a6759383d2e67da3a1a7f39779e10f592a)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index b8a38ee17e3b78dc00a36f2453f9462009fa7fd4..0958628bc93307cf4ec57fcc36654d95f83b181c 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 d73f551a02339c9ebf4d20b598b52a0073041e8c..70ae09d0bff7d900731c01895ea59d7c24377ef4 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`