]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.16.11
authorMichał Kępień <michal@isc.org>
Mon, 11 Jan 2021 12:09:03 +0000 (13:09 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 21 Jan 2021 08:11:54 +0000 (09:11 +0100)
doc/arm/notes.rst
doc/notes/notes-9.16.11.rst [moved from doc/notes/notes-current.rst with 78% similarity]

index b05d7afa0f0eea0a9e867431cbfabe743bb69950..f2ad445f63170db57101a3ab91dd0b7670f359e7 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.11.rst
 .. include:: ../notes/notes-9.16.10.rst
 .. include:: ../notes/notes-9.16.9.rst
 .. include:: ../notes/notes-9.16.8.rst
similarity index 78%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.16.11.rst
index 07410dc39fc9a4814354594f24c3117868373bba..e00b93a787f8e0d8c2305e937c4efc6f3e041bf5 100644 (file)
 Notes for BIND 9.16.11
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
-New Features
-~~~~~~~~~~~~
-
-- None.
-
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -48,10 +28,6 @@ Feature Changes
   to distribute incoming queries among multiple threads on systems which
   lack support for load-balanced sockets (except Windows). [GL #2137]
 
-- The default value of ``max-stale-ttl`` has been changed from 12 hours to 1
-  day and the default value of ``stale-answer-ttl`` has been changed from 1
-  second to 30 seconds, following RFC 8767 recommendations. [GL #2248]
-
 - It is now possible to transition a zone from secure to insecure mode
   without making it bogus in the process; changing to ``dnssec-policy
   none;`` also causes CDS and CDNSKEY DELETE records to be published, to
@@ -65,13 +41,6 @@ Feature Changes
   ``dnssec-signzone`` now prints a warning message, and ``named`` logs a
   warning, when such a fallback happens. [GL #2058]
 
-- As part of an ongoing effort to use RFC 8499 terminology,
-  ``primaries`` can now be used as a synonym for ``masters`` in
-  ``named.conf``. Similarly, ``notify primary-only`` can now be used as
-  a synonym for ``notify master-only``. The output of ``rndc
-  zonestatus`` now uses ``primary`` and ``secondary`` terminology.
-  [GL #1948]
-
 Bug Fixes
 ~~~~~~~~~
 
@@ -94,6 +63,3 @@ Bug Fixes
   those releases were published, there have been no new reports of
   assertion failures matching this issue, but also no further diagnostic
   input, so we have closed the issue. [GL #2091]
-
-- KASP incorrectly set signature validity to the value of the DNSKEY signature
-  validity. This is now fixed. [GL #2383]