Prepare release notes for BIND 9.17.17

This commit is contained in:
Michał Kępień
2021-08-10 12:20:52 +02:00
parent c0d3a0b7d6
commit 80d76c47e1
2 changed files with 1 additions and 22 deletions

View File

@@ -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.17.rst
.. include:: ../notes/notes-9.17.16.rst
.. include:: ../notes/notes-9.17.15.rst
.. include:: ../notes/notes-9.17.14.rst

View File

@@ -24,11 +24,6 @@ Security Fixes
addressed by rejecting responses whose opcode does not match the
expected value. :gl:`#2762`
Known Issues
~~~~~~~~~~~~
- None.
New Features
~~~~~~~~~~~~
@@ -44,13 +39,6 @@ New Features
``http`` statement. The defaults are 300 and 100, respectively.
:gl:`#2809`
- Add support for HTTPS and SVCB record types. :gl:`#1132`
Removed Features
~~~~~~~~~~~~~~~~
- None.
Feature Changes
~~~~~~~~~~~~~~~
@@ -82,18 +70,9 @@ Feature Changes
CDNSKEY record. This allows a clean rollover from one DNS provider to
another when using a multiple-signer DNSSEC configuration. :gl:`#2710`
- ``dnssec-signzone`` is now able to retain signatures from inactive
predecessor keys without introducing additional signatures from the successor
key. This allows for a gradual replacement of RRSIGs as they reach expiry.
:gl:`#1551`
Bug Fixes
~~~~~~~~~
- Authentication of ``rndc`` messages could fail if a ``controls``
statement was configured with multiple key algorithms for the same
listener. This has been fixed. :gl:`#2756`
- When following QNAME minimization, BIND could use a stale zonecut from cache
to resolve the query, resulting in a non-minimized query. This has been
fixed :gl:`#2665`