From: Michał Kępień Date: Tue, 11 May 2021 21:28:48 +0000 (+0200) Subject: Prepare release notes for BIND 9.17.13 X-Git-Tag: v9.17.14~38^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8113dbe5bb6ed2006a9b14720bb53829ed44c1f5;p=thirdparty%2Fbind9.git Prepare release notes for BIND 9.17.13 --- diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index c2f4bdaf564..aff17bd0233 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.13.rst .. include:: ../notes/notes-9.17.12.rst .. include:: ../notes/notes-9.17.11.rst .. include:: ../notes/notes-9.17.10.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.17.13.rst similarity index 78% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.17.13.rst index 66097206efb..1166f4f0a87 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.17.13.rst @@ -11,33 +11,6 @@ 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`