2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Reorder release notes

This commit is contained in:
Michał Kępień 2025-01-17 22:53:57 +01:00
parent e9003901a7
commit 70187b67ae
No known key found for this signature in database

View File

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