]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.16.12
authorMichał Kępień <michal@isc.org>
Thu, 4 Feb 2021 11:07:40 +0000 (12:07 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 17 Feb 2021 21:36:08 +0000 (22:36 +0100)
doc/arm/notes.rst
doc/notes/notes-9.16.12.rst [moved from doc/notes/notes-current.rst with 87% similarity]

index e980f60122e41369564883434de40d6d131756df..c2ad90c170a29e40275a14ab642631c78e3cd674 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.12.rst
 .. include:: ../notes/notes-9.16.11.rst
 .. include:: ../notes/notes-9.16.10.rst
 .. include:: ../notes/notes-9.16.9.rst
similarity index 87%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.16.12.rst
index 6af56d33af43581a52d4e67dda7b8969bccf8c42..346ec333cdf4f3c18f7238c2c55b787eee04e637 100644 (file)
@@ -26,11 +26,6 @@ Security Fixes
   This vulnerability was responsibly reported to us as ZDI-CAN-12302 by
   Trend Micro Zero Day Initiative. [GL #2354]
 
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
 New Features
 ~~~~~~~~~~~~
 
@@ -64,18 +59,6 @@ New Features
   option has no effect if ``stale-answer-enable`` is disabled.
   [GL #2247]
 
-- When serve-stale is enabled and stale data is available, ``named`` now
-  returns stale answers upon encountering any unexpected error in the
-  query resolution process. This may happen, for example, if the
-  ``fetches-per-server`` or ``fetches-per-zone`` limits are reached. In
-  this case, ``named`` attempts to answer DNS requests with stale data,
-  but does not start the ``stale-refresh-time`` window. [GL #2434]
-
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -130,8 +113,3 @@ Bug Fixes
 - Performance of the DNSSEC verification code (used by
   ``dnssec-signzone``, ``dnssec-verify``, and mirror zones) has been
   improved. [GL #2073]
-
-- If an outgoing packet would exceed max-udp-size, it would be dropped instead
-  of sending a proper response back.  Rollback setting the IP_DONTFRAG on the
-  UDP sockets that we enabled during the DNS Flag Day 2020 to fix this issue.
-  [GL #2487]