Merge branch 'michal/prepare-documentation-for-bind-9.16.23' into 'v9_16_23-release'

Prepare documentation for BIND 9.16.23

See merge request isc-private/bind9!336
This commit is contained in:
Michał Kępień
2021-11-05 08:39:24 +00:00
2 changed files with 4 additions and 28 deletions

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.23.rst
.. include:: ../notes/notes-9.16.22.rst
.. include:: ../notes/notes-9.16.21.rst
.. include:: ../notes/notes-9.16.20.rst

View File

@@ -11,33 +11,9 @@
Notes for BIND 9.16.23
----------------------
Security Fixes
~~~~~~~~~~~~~~
- None.
Known Issues
~~~~~~~~~~~~
- None.
New Features
~~~~~~~~~~~~
- None.
Removed Features
~~~~~~~~~~~~~~~~
- None.
Feature Changes
~~~~~~~~~~~~~~~
- None.
Bug Fixes
~~~~~~~~~
- Reloading a catalog zone that referenced a missing/deleted zone
caused a crash. This has been fixed. :gl:`#2308`
- Reloading a catalog zone which referenced a missing/deleted member
zone triggered a runtime check failure, causing ``named`` to exit
prematurely. This has been fixed. :gl:`#2308`