]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.16.14
authorMichał Kępień <michal@isc.org>
Mon, 12 Apr 2021 11:54:22 +0000 (13:54 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 29 Apr 2021 09:12:38 +0000 (11:12 +0200)
doc/arm/notes.rst
doc/notes/notes-9.16.14.rst [moved from doc/notes/notes-current.rst with 83% similarity]

index e35209399f5f273b830bcc7b5460982329cee075..73627bf5fe1a944c5103568c3082f67db3ef5614 100644 (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.14.rst
 .. include:: ../notes/notes-9.16.13.rst
 .. include:: ../notes/notes-9.16.12.rst
 .. include:: ../notes/notes-9.16.11.rst
similarity index 83%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.16.14.rst
index e2b3166014d80ee928dea101019bc68358056ecf..1fb8730f02afa3db353679c8cb312aed8024c2a2 100644 (file)
@@ -51,16 +51,6 @@ Known Issues
   comments, ``$INCLUDE`` directives) to be lost while preserving zone
   data itself. [GL #2623]
 
-New Features
-~~~~~~~~~~~~
-
-- None.
-
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -74,12 +64,6 @@ Feature Changes
   changed from ``1800`` (ms) to ``off``. The default value may be
   changed again in future releases as this feature matures. [GL #2608]
 
-- Implement ``draft-vandijk-dnsop-nsec-ttl``, NSEC(3) TTL values are now set to
-  the minimum of the SOA MINIMUM value and the SOA TTL. [GL #2347].
-
-- Reduce the supported maximum number of iterations that can be
-  configured in an NSEC3 zones to 150. [GL #2642]
-
 Bug Fixes
 ~~~~~~~~~
 
@@ -121,15 +105,3 @@ Bug Fixes
 
 - Previously, a memory leak could occur when ``named`` failed to bind a
   UDP socket to a network interface. This has been fixed. [GL #2575]
-
-- When dumping the cache to file, TTLs were being increased with
-  ``max-stale-ttl``. Also the comment above stale RRsets could have nonsensical
-  values if the RRset was still marked a stale but the ``max-stale-ttl`` has
-  passed (and is actually an RRset awaiting cleanup). Both issues have now
-  been fixed. [GL #389] [GL #2289]
-
-- ``named`` would overwrite a zone file unconditionally when it recovered from
-  a corrupted journal. [GL #2623]
-
-- With ``dnssec-policy``, when creating new keys also check for keyid conflicts
-  between the new keys too. [GL #2628]