+5925. [bug] With a forwarder configured for all queries, resolution
+ failures encountered during DS chasing could trigger
+ assertion failures due to a logic bug in
+ resume_dslookup() that caused it to call
+ dns_resolver_createfetch() with an invalid name.
+ [GL #3439]
+
5924. [func] When it's necessary to use AXFR to respond to an
IXFR request, a message explaining the reason
is now logged at level info. [GL #2683]
Bug Fixes
~~~~~~~~~
+- When running as a validating resolver forwarding all queries to
+ another resolver, :iscman:`named` could crash with an assertion
+ failure. These crashes occurred when the configured forwarder sent a
+ broken DS response and :iscman:`named` failed its attempts to find a
+ proper one instead. This has been fixed. :gl:`#3439`
+
- A DNS compression would be applied on the root zone name if it is repeatedly
used in the same RRSet. :gl:`#3423`