From 4f51dc740863e283073ad08fc9d4540e9ec2f21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Mar 2022 14:42:35 +0100 Subject: [PATCH] Reorder release notes --- doc/notes/notes-current.rst | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 4bfa0c3127..07cc53cc4c 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -80,16 +80,11 @@ Bug Fixes hard quota on the number of connections. That message was accidentally removed but has now been restored. :gl:`#3125` -- Build errors were introduced in some DLZ modules due to an incomplete - change in the previous release. This has been fixed. :gl:`#3111` - -- An error in the processing of the ``blackhole`` ACL could cause some - DNS requests sent by :iscman:`named` to fail - for example, zone - transfer requests and SOA refresh queries - if the destination address - or prefix was specifically excluded from the ACL using ``!``, or if - the ACL was set to ``none``. This has now been fixed. ``blackhole`` - worked correctly when it was left unset, or if only positive-match - elements were included. :gl:`#3157` +- The ``max-transfer-time-out`` and ``max-transfer-idle-out`` options + were not implemented when the BIND 9 networking stack was refactored + in 9.16. The missing functionality has been re-implemented and + outgoing zone transfers now time out properly when not progressing. + :gl:`#1897` - TCP connections could hang indefinitely if the other party did not read sent data, causing the TCP write buffers to fill. This has been @@ -100,12 +95,6 @@ Bug Fixes - Client TCP connections are now closed immediately when data received cannot be parsed as a valid DNS request. :gl:`#3149` -- The ``max-transfer-time-out`` and ``max-transfer-idle-out`` options - were not implemented when the BIND 9 networking stack was refactored - in 9.16. The missing functionality has been re-implemented and - outgoing zone transfers now time out properly when not progressing. - :gl:`#1897` - - The statistics counter representing the current number of clients awaiting recursive resolution results (``RecursClients``) could be miscalculated in certain resolution scenarios, potentially causing the @@ -121,3 +110,14 @@ Bug Fixes - Handling of the TCP write timeouts has been improved to track timeout for each TCP write separately leading to faster connection tear down in case the other party is not reading the data. :gl:`#3200` + +- An error in the processing of the ``blackhole`` ACL could cause some + DNS requests sent by :iscman:`named` to fail - for example, zone + transfer requests and SOA refresh queries - if the destination address + or prefix was specifically excluded from the ACL using ``!``, or if + the ACL was set to ``none``. This has now been fixed. ``blackhole`` + worked correctly when it was left unset, or if only positive-match + elements were included. :gl:`#3157` + +- Build errors were introduced in some DLZ modules due to an incomplete + change in the previous release. This has been fixed. :gl:`#3111`