]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for [GL #2778]
authorMark Andrews <marka@isc.org>
Fri, 18 Jun 2021 05:41:34 +0000 (15:41 +1000)
committerMichał Kępień <michal@isc.org>
Fri, 18 Jun 2021 07:29:25 +0000 (09:29 +0200)
(cherry picked from commit 85033788d3911f50ea5437c6aa07b6ac2625ba4f)

doc/notes/notes-current.rst

index b78fd293f34a174f923cbc2dee9759afde3530da..b27ca493ae9f888665aaa369a5f6429e35074d8c 100644 (file)
@@ -42,3 +42,6 @@ Bug Fixes
 - Queries where the wildcard match contained the letter ``W`` failed
   to return the correct response as the ``W`` was mapped to ``\000``.
   :gl:`#2779`
+
+- Checking of ``key-directory`` and ``dnssec-policy`` was broken.
+  The checks failed to account for key-directory inheritance. :gl:`#2778`