]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword release notes
authorMichał Kępień <michal@isc.org>
Fri, 18 Jun 2021 09:09:45 +0000 (11:09 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 18 Jun 2021 09:09:45 +0000 (11:09 +0200)
doc/notes/notes-current.rst

index b27ca493ae9f888665aaa369a5f6429e35074d8c..ac5b23440de44e4c20b2dcd3477e737157db5e63 100644 (file)
@@ -39,9 +39,12 @@ Feature Changes
 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`
+- When preparing DNS responses, ``named`` could replace the letters
+  ``W`` (uppercase) and ``w`` (lowercase) with ``\000``. This has been
+  fixed. :gl:`#2779`
+
+- The configuration-checking code failed to account for the inheritance
+  rules of the ``key-directory`` option. As a side effect of this flaw,
+  the code detecting ``key-directory`` conflicts for zones using KASP
+  incorrectly reported unique key directories as being reused. This has
+  been fixed. :gl:`#2778`