From cc503db304569cecaa65310115e845d7e3979993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 12 May 2021 10:55:00 +0200 Subject: [PATCH] Prepare release notes for BIND 9.16.16 --- doc/arm/notes.rst | 2 +- .../{notes-current.rst => notes-9.16.16.rst} | 33 ------------------- 2 files changed, 1 insertion(+), 34 deletions(-) rename doc/notes/{notes-current.rst => notes-9.16.16.rst} (77%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index 5da0a75431..5059b0ec78 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -59,7 +59,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.16.rst .. include:: ../notes/notes-9.16.15.rst .. include:: ../notes/notes-9.16.14.rst .. include:: ../notes/notes-9.16.13.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.16.16.rst similarity index 77% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.16.16.rst index 7f274ca228..a2d3020018 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.16.16.rst @@ -11,26 +11,6 @@ Notes for BIND 9.16.16 ---------------------- -Security Fixes -~~~~~~~~~~~~~~ - -- None. - -Known Issues -~~~~~~~~~~~~ - -- None. - -New Features -~~~~~~~~~~~~ - -- None. - -Removed Features -~~~~~~~~~~~~~~~~ - -- None. - Feature Changes ~~~~~~~~~~~~~~~ @@ -86,16 +66,3 @@ Bug Fixes - When generating zone signing keys, KASP now also checks for key ID conflicts among newly created keys, rather than just between new and existing ones. :gl:`#2628` - -- Fix a race condition in reading and writing key files for KASP zones in - multiple views. :gl:`#1875` - -- After the networking manager was introduced to ``named`` to handle - incoming traffic, it was discovered that the recursive performance had been - degraded compared to the previous version (9.11). This has been now fixed by - running internal tasks inside the networking manager worker threads, so - they do not compete for resources. :gl:`#2638` - -- Check ``key-directory`` conflicts in ``named.conf`` for zones in multiple - views with different ``dnssec-policy``. Using the same ``key-directory`` for - such zones is not allowed. :gl:`#2463`