From 652d4a74fecf5b4f042bcee91163ee31a8a410d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 8 Jun 2021 08:41:36 +0200 Subject: [PATCH] Prepare release notes for BIND 9.17.14 --- doc/arm/notes.rst | 2 +- .../{notes-current.rst => notes-9.17.14.rst} | 25 ------------------- 2 files changed, 1 insertion(+), 26 deletions(-) rename doc/notes/{notes-current.rst => notes-9.17.14.rst} (78%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index c83e2b1561..8e56d7c8fb 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.17.14.rst similarity index 78% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.17.14.rst index 8045c44278..4ece21dd95 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.17.14.rst @@ -11,16 +11,6 @@ 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`