]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.17.17
authorMichał Kępień <michal@isc.org>
Tue, 10 Aug 2021 10:20:52 +0000 (12:20 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 19 Aug 2021 05:12:33 +0000 (07:12 +0200)
doc/arm/notes.rst
doc/notes/notes-9.17.17.rst [moved from doc/notes/notes-current.rst with 85% similarity]

index eb5c9ad81e706abec9a1070aff7f9a6b6c77cc78..3282c9f4e39f445d15bad349d701ef876e35fb32 100644 (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
similarity index 85%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.17.17.rst
index ffedd31eb41079b2a52c9ae584ab4d0a5641df03..52f652e4bcc9d3bb917f0623e287ad876d1a5329 100644 (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`