From 84708ad97726417fb14686ccdffedcc610d6036d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 4 Feb 2021 12:07:40 +0100 Subject: [PATCH] Prepare release notes for BIND 9.16.12 --- doc/arm/notes.rst | 2 +- .../{notes-current.rst => notes-9.16.12.rst} | 22 ------------------- 2 files changed, 1 insertion(+), 23 deletions(-) rename doc/notes/{notes-current.rst => notes-9.16.12.rst} (87%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index e980f60122..c2ad90c170 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.16.12.rst similarity index 87% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.16.12.rst index 6af56d33af..346ec333cd 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.16.12.rst @@ -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]