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`