From 7bfedd8c73fe9272015f01ac4ac923da3eb2fb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 18 Jun 2021 11:09:45 +0200 Subject: [PATCH] Tweak and reword release notes --- doc/notes/notes-current.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index ced974c1f0..12889bc0f1 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -53,12 +53,15 @@ Bug Fixes when both wildcard expansion and CNAME chaining were required to prepare the response. This has been fixed. :gl:`#2759` -- Queries where the wildcard match contained the letter ``W`` failed - to return the correct response as the ``W`` was mapped to ``\000``. - :gl:`#2779` +- When preparing DNS responses, ``named`` could replace the letters + ``W`` (uppercase) and ``w`` (lowercase) with ``\000``. This has been + fixed. :gl:`#2779` -- Checking of ``key-directory`` and ``dnssec-policy`` was broken. - The checks failed to account for key-directory inheritance. :gl:`#2778` +- 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` - 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