]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.17.13
authorMichał Kępień <michal@isc.org>
Tue, 11 May 2021 21:28:48 +0000 (23:28 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 20 May 2021 10:03:47 +0000 (12:03 +0200)
doc/arm/notes.rst
doc/notes/notes-9.17.13.rst [moved from doc/notes/notes-current.rst with 78% similarity]

index c2f4bdaf56466f027887ad5425ac70231a7fcb93..aff17bd0233d42788d47796cf4f22e216d16b701 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.13.rst
 .. include:: ../notes/notes-9.17.12.rst
 .. include:: ../notes/notes-9.17.11.rst
 .. include:: ../notes/notes-9.17.10.rst
similarity index 78%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.17.13.rst
index 66097206efbba22d84bd6783dcf83dc9ffdad4d9..1166f4f0a87c6af1c0c9598c5073245966cdc447 100644 (file)
 Notes for BIND 9.17.13
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
-New Features
-~~~~~~~~~~~~
-
-- New configuration options, ``tcp-receive-buffer``, ``tcp-send-buffer``,
-  ``udp-receive-buffer``, and ``udp-send-buffer``, have been added.  These
-  options allows the operator to fine tune the receiving and sending
-  buffers in the operating system.  On busy servers, increasing the value
-  of the receive buffers can prevent the server from dropping the packets
-  during short spikes, and decreasing the value would prevent the server to
-  became clogged up with queries that are too old and have already timeouted
-  on the receiving side. :gl:`#2313`
-
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -108,10 +81,3 @@ Bug Fixes
 - When generating zone signing keys, KASP now also checks for key ID
   conflicts among newly created keys, rather than just between new and
   existing ones. :gl:`#2628`
-
-- Fix a race condition in reading and writing key files for KASP zones in
-  multiple views. :gl:`#1875`
-
-- Check ``key-directory`` conflicts in ``named.conf`` for zones in multiple
-  views with different ``dnssec-policy``. Using the same ``key-directory`` for
-  such zones is not allowed. :gl:`#2463`