]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Release notes and changes for [GL #2463]
authorMatthijs Mekking <matthijs@isc.org>
Tue, 4 May 2021 14:43:40 +0000 (16:43 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 18 May 2021 13:47:02 +0000 (15:47 +0200)
Mention the bugfix.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index b0c5f899b87a39e0872ec8f7e7d2aa0dd44f4d1d..ad32dc08f682b73daae655c72613a53bb30c5a9b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5642.  [bug]           Check "key-directory" conflicts in "named.conf" for
+                       zones in multiple views with different "dnssec-policy".
+                       [GL #2463].
+
 5641.  [bug]           Address potential memory leak in dst_key_fromnamedfile.
                        [GL #2689]
 
index c4da0ed151c3d38dfab502bc1a20ff28e959c9da..a1272fb24a0777f2ccd07728a93462abe6cd777a 100644 (file)
@@ -98,3 +98,7 @@ Bug Fixes
 
 - ``named-checkconf`` now complains if zones with ``dnssec-policy`` reference
   the same zone file more than once. :gl:`#2603`
+
+- Check ``key-directory`` conflicts in ``named.conf`` for zones in multiple
+  views with different ``dnssec-policy``. Using the same ``key-directory`` for
+  such zones is not allowed. :gl:`#2463`