]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.17.12
authorMichał Kępień <michal@isc.org>
Mon, 12 Apr 2021 10:15:45 +0000 (12:15 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 29 Apr 2021 08:30:00 +0000 (10:30 +0200)
doc/arm/notes.rst
doc/notes/notes-9.17.12.rst [moved from doc/notes/notes-current.rst with 73% similarity]

index f737e66a622880360f4295d49f7143ab06fbf79c..77b5e5c3dd6eb9379e1f6d01838f42b7965a1dec 100644 (file)
@@ -52,7 +52,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.17.12.rst
 .. include:: ../notes/notes-9.17.11.rst
 .. include:: ../notes/notes-9.17.10.rst
 .. include:: ../notes/notes-9.17.9.rst
similarity index 73%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.17.12.rst
index 4816956201079286dd12206e49777ed1fa8be7f0..49f3e03cba3024d31ca6b08a60543f948655e9d9 100644 (file)
@@ -29,21 +29,6 @@ Security Fixes
 
 .. _Siva Kakarla: https://github.com/sivakesava1
 
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
-New Features
-~~~~~~~~~~~~
-
-- None.
-
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -58,12 +43,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
 ~~~~~~~~~
 
@@ -105,21 +84,3 @@ Bug Fixes
 
 - ``named`` crashed after skipping a primary server while transferring a
   zone over TLS. This has been fixed. [GL #2562]
-
-- 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]
-
-- After the networking manager was introduced to ``named`` to handle
-  incoming traffic, it was discovered that the recursive performance had been
-  degraded compared to the previous version (9.11).  This has been now fixed by
-  running internal tasks inside the networking manager worker threads, so
-  they do not compete for resources. [GL #2638]
-
-- With ``dnssec-policy``, when creating new keys also check for keyid conflicts
-  between the new keys too. [GL #2628]