Reorder release notes

This commit is contained in:
Michał Kępień 2022-03-04 14:42:35 +01:00
parent 305c5bb5fa
commit 4f51dc7408

View file

@ -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`