From 70187b67aef401a1edbb769cce98b64ecceb9f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 17 Jan 2025 22:53:57 +0100 Subject: [PATCH] Reorder release notes --- doc/notes/notes-9.21.4.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/notes/notes-9.21.4.rst b/doc/notes/notes-9.21.4.rst index 34d08723dc..cc62e17575 100644 --- a/doc/notes/notes-9.21.4.rst +++ b/doc/notes/notes-9.21.4.rst @@ -127,6 +127,13 @@ Feature Changes Bug Fixes ~~~~~~~~~ +- Querying an NSEC3-signed zone for an empty record could trigger an + assertion. + + A bug in the qpzone database could trigger a crash when querying for a + deleted name, or a newly added empty non-terminal name, in an + NSEC3-signed zone. This has been fixed. :gl:`#5108` + - Fix :iscman:`nsupdate` hang when processing a large update. To mitigate DNS flood attacks over a single TCP connection, throttle @@ -178,13 +185,6 @@ Bug Fixes :iscman:`nslookup`, :iscman:`nsupdate`, or :iscman:`delv`. This has been fixed. :gl:`#5084` -- Querying an NSEC3-signed zone for an empty record could trigger an - assertion. - - A bug in the qpzone database could trigger a crash when querying for a - deleted name, or a newly added empty non-terminal name, in an - NSEC3-signed zone. This has been fixed. :gl:`#5108` - - Fix response policy zones and catalog zones with an ``$INCLUDE`` statement defined.