From 36906b1bb2ecb2123f3235eba476aab2218816d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 9 Jul 2021 09:34:52 +0200 Subject: [PATCH] Reorder release notes --- doc/notes/notes-current.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index dd9b1851d5..1d41b63a26 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -58,14 +58,14 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- A bug that caused the NSEC3 salt to be changed on every restart for - zones using KASP has been fixed. :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` +- A bug that caused the NSEC3 salt to be changed on every restart for + zones using KASP has been fixed. :gl:`#2725` + - The configuration-checking code failed to account for the inheritance rules of the ``dnssec-policy`` option. This has been fixed. :gl:`#2780`