From 3fcc0212941c26904d3f222dfa2e6ac820e6aed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 12 Jan 2023 22:11:14 +0100 Subject: [PATCH] Reorder release notes --- doc/notes/notes-9.18.11.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/notes/notes-9.18.11.rst b/doc/notes/notes-9.18.11.rst index 16a0ffd994..d0cc062f4f 100644 --- a/doc/notes/notes-9.18.11.rst +++ b/doc/notes/notes-9.18.11.rst @@ -70,9 +70,16 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- Previously, TLS session resumption could have led to handshake - failures when client certificates were used for authentication (Mutual - TLS). This has been fixed. :gl:`#3725` +- A rare assertion failure was fixed in outgoing TCP DNS connection + handling. :gl:`#3178` :gl:`#3636` + +- Large zone transfers over TLS (XoT) could fail. This has been fixed. + :gl:`#3772` + +- In addition to a previously fixed bug, another similar issue was + discovered where quotas could be erroneously reached for servers, + including any configured forwarders, resulting in SERVFAIL answers + being sent to clients. This has been fixed. :gl:`#3752` - When an outgoing request timed out, :iscman:`named` would retry up to three times with the same server instead of trying the next available @@ -85,19 +92,12 @@ Bug Fixes seconds) ADB names and entries are excluded from the overmem memory cleaner. :gl:`#3739` -- A rare assertion failure was fixed in outgoing TCP DNS connection - handling. :gl:`#3178` :gl:`#3636` - -- In addition to a previously fixed bug, another similar issue was - discovered where quotas could be erroneously reached for servers, - including any configured forwarders, resulting in SERVFAIL answers - being sent to clients. This has been fixed. :gl:`#3752` - - The "Prohibited" Extended DNS Error was inadvertently set in some NOERROR responses. This has been fixed. :gl:`#3743` -- Large zone transfers over TLS (XoT) could fail. This has been fixed. - :gl:`#3772` +- Previously, TLS session resumption could have led to handshake + failures when client certificates were used for authentication (Mutual + TLS). This has been fixed. :gl:`#3725` Known Issues ~~~~~~~~~~~~