From 16708682ad1fa2b2487bc8f065517f58fa65421f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 10 Jun 2021 10:13:23 +0200 Subject: [PATCH] Add release note --- doc/notes/notes-current.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 520a61c7f8..a068f1911f 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -81,3 +81,8 @@ Bug Fixes - Fixed a bug that caused the NSEC salt to be changed for KASP zones on every startup. :gl:`#2725` + +- Signed, insecure delegation responses prepared by ``named`` either + lacked the necessary NSEC records or contained duplicate NSEC records + when both wildcard expansion and CNAME chaining were required to + prepare the response. This has been fixed. :gl:`#2759`