]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.16.27
authorMichał Kępień <michal@isc.org>
Fri, 4 Mar 2022 14:12:48 +0000 (15:12 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 16 Mar 2022 23:19:11 +0000 (00:19 +0100)
doc/arm/notes.rst
doc/notes/notes-9.16.27.rst [moved from doc/notes/notes-current.rst with 85% similarity]

index b3707a9bc8119605696cf84128b77d05855e64c8..75a2f6b0ebae94cfc34e2fef7eb4830619d8e9d4 100644 (file)
@@ -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
similarity index 85%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.16.27.rst
index 3b9ff93b231fd503af52cb7f7d9c42cd0950d5f7..13f07535e67c958e5a94ac65c86cbb1869140312 100644 (file)
@@ -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`