Prepare release notes for BIND 9.16.16

This commit is contained in:
Michał Kępień
2021-05-20 12:24:21 +02:00
parent 6c144f38d9
commit cc503db304
2 changed files with 1 additions and 34 deletions
+1 -1
View File
@@ -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
@@ -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`