From: Michał Kępień Date: Tue, 10 Aug 2021 10:20:52 +0000 (+0200) Subject: Prepare release notes for BIND 9.17.17 X-Git-Tag: v9.17.18~32^2~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80d76c47e1d1c1fab0e7d217feb09dd5de12458a;p=thirdparty%2Fbind9.git Prepare release notes for BIND 9.17.17 --- diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index eb5c9ad81e7..3282c9f4e39 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.17.17.rst similarity index 85% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.17.17.rst index ffedd31eb41..52f652e4bcc 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.17.17.rst @@ -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`