From: Michał Kępień Date: Fri, 17 Jan 2025 21:53:57 +0000 (+0100) Subject: Reorder release notes X-Git-Tag: v9.21.4~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70187b67aef401a1edbb769cce98b64ecceb9f9a;p=thirdparty%2Fbind9.git Reorder release notes --- diff --git a/doc/notes/notes-9.21.4.rst b/doc/notes/notes-9.21.4.rst index 34d08723dc8..cc62e17575a 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.