From 3849ad19fbab01caf9e2de4ffd8ce7b68d2a7fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Mar 2022 15:12:48 +0100 Subject: [PATCH] Prepare release notes for BIND 9.16.27 --- doc/arm/notes.rst | 2 +- .../{notes-current.rst => notes-9.16.27.rst} | 22 ------------------- 2 files changed, 1 insertion(+), 23 deletions(-) rename doc/notes/{notes-current.rst => notes-9.16.27.rst} (85%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index b3707a9bc8..75a2f6b0eb 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -44,7 +44,7 @@ https://www.isc.org/download/. There you will find additional information about each release, source code, and pre-compiled versions for Microsoft Windows operating systems. -.. include:: ../notes/notes-current.rst +.. include:: ../notes/notes-9.16.27.rst .. include:: ../notes/notes-9.16.26.rst .. include:: ../notes/notes-9.16.25.rst .. include:: ../notes/notes-9.16.24.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.16.27.rst similarity index 85% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.16.27.rst index 3b9ff93b23..13f07535e6 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.16.27.rst @@ -28,22 +28,6 @@ Security Fixes TCP sockets in the ``CLOSE_WAIT`` state when the client did not properly shut down the connection. (CVE-2022-0396) :gl:`#3112` - -Known Issues -~~~~~~~~~~~~ - -- None. - -New Features -~~~~~~~~~~~~ - -- None. - -Removed Features -~~~~~~~~~~~~~~~~ - -- None. - Feature Changes ~~~~~~~~~~~~~~~ @@ -72,9 +56,3 @@ Bug Fixes miscalculated in certain resolution scenarios, potentially causing the value of the counter to drop below zero. This has been fixed. :gl:`#3147` - -- Invalid dnssec-policy definitions were being accepted where the - defined keys did not cover both KSK and ZSK roles for a given - algorithm. This is now checked for and the dnssec-policy is - rejected if both roles are not present for all algorithms in use. - :gl:`#3142`