From ab0923a9ce28ab05bbd2f79a62e84cfdd12cd196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 11 Apr 2022 17:05:07 +0200 Subject: [PATCH] Tweak and reword release notes --- doc/notes/notes-current.rst | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index d223cb7328..8f8a85c3c8 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -37,21 +37,19 @@ Feature Changes - None. -- Add a new configuration option ``reuseport`` to disable - load balancing on sockets in scenarios in which processing of - Response Policy Zones (RPZ), Catalog Zones, or large zone transfers - can cause service disruptions. See the BIND 9 ARM for more detail. - :gl:`#3249` +- Add a new configuration option ``reuseport`` to disable load balancing + on sockets in situations where processing of Response Policy Zones + (RPZ), Catalog Zones, or large zone transfers can cause service + disruptions. See the BIND 9 ARM for more detail. :gl:`#3249` Bug Fixes ~~~~~~~~~ -- Invalid dnssec-policy definitions were being accepted where the - defined keys did not cover both KSK and ZSK roles for a given - algorithm. This is now checked for and the dnssec-policy is - rejected if both roles are not present for all algorithms in use. - :gl:`#3142` +- Invalid ``dnssec-policy`` definitions, where the defined keys did not + cover both KSK and ZSK roles for a given algorithm, were being + accepted. These are now checked, and the ``dnssec-policy`` is rejected + if both roles are not present for all algorithms in use. :gl:`#3142` -- Handling of the TCP write timeouts has been improved to track timeout - for each TCP write separately leading to faster connection tear down +- Handling of TCP write timeouts has been improved to track the timeout + for each TCP write separately, leading to a faster connection teardown in case the other party is not reading the data. :gl:`#3200`