]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Set up release notes for BIND 9.17.14
authorMichał Kępień <michal@isc.org>
Thu, 20 May 2021 10:03:47 +0000 (12:03 +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-current.rst [new file with mode: 0644]

index aff17bd0233d42788d47796cf4f22e216d16b701..0a526d7cad24c50a76d07a14a879886108973cc2 100644 (file)
@@ -52,6 +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
diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst
new file mode 100644 (file)
index 0000000..8911e6e
--- /dev/null
@@ -0,0 +1,54 @@
+.. 
+   Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+   
+   This Source Code Form is subject to the terms of the Mozilla Public
+   License, v. 2.0. If a copy of the MPL was not distributed with this
+   file, you can obtain one at https://mozilla.org/MPL/2.0/.
+   
+   See the COPYRIGHT file distributed with this work for additional
+   information regarding copyright ownership.
+
+Notes for BIND 9.17.14
+----------------------
+
+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
+~~~~~~~~~~~~~~~
+
+- None.
+
+Bug Fixes
+~~~~~~~~~
+
+- 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`