]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add change and release note for [#2780]
authorMatthijs Mekking <matthijs@isc.org>
Fri, 18 Jun 2021 09:03:39 +0000 (11:03 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 24 Jun 2021 07:32:28 +0000 (09:32 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index ce23ac0fb11c2b83253eb77e03438e49a93e5367..8eff7be497482e8f1583edbaebb05a93cd73d283 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5667.  [bug]           The configuration-checking code failed to account for
+                       the inheritance rules of the "dnssec-policy" option.
+                       [GL #2780]
+
 5666.  [func]          Tweak the safe "edns-udp-size" to match the probing
                        value from BIND 9.16 for better compatibility.
                        [GL #2183]
index 5528fc06b2456b34653bb012b50c2154ef01e968..ddeb2d7fd76219c02c46a99725c5559447d5d101 100644 (file)
@@ -59,3 +59,6 @@ Bug Fixes
 - A deadlock at startup was introduced when fixing :gl:`#1875` because when
   locking key files for reading and writing, "in-view" logic was not taken into
   account. This has been fixed. :gl:`#2783`
+
+- Checking of ``dnssec-policy`` was broken. The checks failed to account for
+  ``dnssec-policy`` inheritance. :gl:`#2780`