From: Matthijs Mekking Date: Mon, 11 Jul 2022 08:34:24 +0000 (+0200) Subject: Add release note and change entry for #3438 X-Git-Tag: v9.19.4~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689215a6759383d2e67da3a1a7f39779e10f592a;p=thirdparty%2Fbind9.git Add release note and change entry for #3438 Bug worth mentioning. --- diff --git a/CHANGES b/CHANGES index d14ab756c5b..9d936a7fe85 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 489f3e2928d..eecc87eb4c2 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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`