From a5f1af7c1471f6ec1b5505ec07cee1693a730cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Dec 2020 11:07:22 +0100 Subject: [PATCH] Prepare release notes for BIND 9.17.8 --- doc/arm/notes.rst | 2 +- .../{notes-current.rst => notes-9.17.8.rst} | 24 ------------------- 2 files changed, 1 insertion(+), 25 deletions(-) rename doc/notes/{notes-current.rst => notes-9.17.8.rst} (83%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index d28efad257..7eb5a94a55 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -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.8.rst .. include:: ../notes/notes-9.17.7.rst .. include:: ../notes/notes-9.17.6.rst .. include:: ../notes/notes-9.17.5.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.17.8.rst similarity index 83% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.17.8.rst index 95c425db2e..ccd6c5d6fc 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.17.8.rst @@ -11,16 +11,6 @@ Notes for BIND 9.17.8 --------------------- -Security Fixes -~~~~~~~~~~~~~~ - -- None. - -Known Issues -~~~~~~~~~~~~ - -- None. - New Features ~~~~~~~~~~~~ @@ -37,11 +27,6 @@ New Features IPv6-only link, using DNS64/NAT64 or 464XLAT for IPv4aaS (IPv4 as a Service). [GL #1154] -Removed Features -~~~~~~~~~~~~~~~~ - -- None. - Feature Changes ~~~~~~~~~~~~~~~ @@ -74,15 +59,6 @@ Feature Changes ``nocookie-udp-size`` can still be set to a value lower than ``max-udp-size``, if desired. [GL #2250] -- ``ipv4only.arpa`` is now served when ``dns64`` is configured. [GL #385] - -- When using the ``unixtime`` or ``date`` method to update the SOA - serial number, ``named`` and ``dnssec-signzone`` silently fell back to - the ``increment`` method to prevent the new serial number from being - smaller than the old serial number (using serial number arithmetics). - ``dnsssec-signzone`` now prints a warning message, and ``named`` logs - a warning, when such a fallback happens. [GL #2058] - Bug Fixes ~~~~~~~~~