2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

Prepare release notes for BIND 9.19.6

This commit is contained in:
Michał Kępień
2022-10-07 12:55:17 +02:00
parent d16e0c058b
commit 73686d18bf
2 changed files with 1 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ The latest versions of BIND 9 software can always be found at
https://www.isc.org/download/. There you will find additional https://www.isc.org/download/. There you will find additional
information about each release, and source code. information about each release, and source code.
.. include:: ../notes/notes-current.rst .. include:: ../notes/notes-9.19.6.rst
.. include:: ../notes/notes-9.19.5.rst .. include:: ../notes/notes-9.19.5.rst
.. include:: ../notes/notes-9.19.4.rst .. include:: ../notes/notes-9.19.4.rst
.. include:: ../notes/notes-9.19.3.rst .. include:: ../notes/notes-9.19.3.rst

View File

@@ -12,11 +12,6 @@
Notes for BIND 9.19.6 Notes for BIND 9.19.6
--------------------- ---------------------
Security Fixes
~~~~~~~~~~~~~~
- None.
Known Issues Known Issues
~~~~~~~~~~~~ ~~~~~~~~~~~~
@@ -35,8 +30,6 @@ Known Issues
New Features New Features
~~~~~~~~~~~~ ~~~~~~~~~~~~
- None.
- A new configuration option ``require-cookie`` has been introduced, it - A new configuration option ``require-cookie`` has been introduced, it
specifies if there should be a DNS COOKIE in the response for a given specifies if there should be a DNS COOKIE in the response for a given
prefix and if not named falls back to TCP. This is useful if you know prefix and if not named falls back to TCP. This is useful if you know
@@ -56,11 +49,6 @@ New Features
- :iscman:`named` now logs the supported cryptographic algorithms during - :iscman:`named` now logs the supported cryptographic algorithms during
startup and in the output of :option:`named -V`. :gl:`#3541` startup and in the output of :option:`named -V`. :gl:`#3541`
Removed Features
~~~~~~~~~~~~~~~~
- None.
Feature Changes Feature Changes
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
@@ -99,4 +87,3 @@ Bug Fixes
- Changing just the TSIG key names for primaries in catalog zones' member - Changing just the TSIG key names for primaries in catalog zones' member
zones was not effective. :gl:`#3557` zones was not effective. :gl:`#3557`