]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.17.14
authorMichał Kępień <michal@isc.org>
Tue, 8 Jun 2021 06:41:36 +0000 (08:41 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 16 Jun 2021 20:18:12 +0000 (22:18 +0200)
doc/arm/notes.rst
doc/notes/notes-9.17.14.rst [moved from doc/notes/notes-current.rst with 78% similarity]

index c83e2b1561e1062a8857c81fe797eb07d1773793..8e56d7c8fbb0d283fadc7c2a9cac3ce398c8ae2a 100644 (file)
@@ -51,7 +51,7 @@ The latest versions of BIND 9 software can always be found at
 https://www.isc.org/download/. There you will find additional
 information about each release, and source code.
 
-.. include:: ../notes/notes-current.rst
+.. include:: ../notes/notes-9.17.14.rst
 .. include:: ../notes/notes-9.17.13.rst
 .. include:: ../notes/notes-9.17.12.rst
 .. include:: ../notes/notes-9.17.11.rst
similarity index 78%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.17.14.rst
index 8045c44278cc476d409b72d9afc6b4a8ebae18e4..4ece21dd95f0033e5aa3bcc17c900796a0c409d6 100644 (file)
 Notes for BIND 9.17.14
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
 New Features
 ~~~~~~~~~~~~
 
@@ -33,13 +23,6 @@ New Features
   decreasing it can prevent the server from becoming clogged with
   queries that are too old and have already timed out. :gl:`#2313`
 
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- Support for compiling and running BIND 9 natively on Windows has been
-  completely removed.  The last release branch that has working Windows
-  support is BIND 9.16. :gl:`#2690`
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -78,11 +61,3 @@ Bug Fixes
 - A race condition could occur when reading and writing key files for
   zones using KASP and configured in multiple views. This has been
   fixed. :gl:`#1875`
-
-- 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`