+5624. [func] Remove the taskmgr dispatch threads and run the tasks
+ on top of netmgr loops. [GL #2638]
+
5623. [bug] Prevent double xfrin_fail() call when shutting down
the server during ongoing transfer. [GL #2630]
- ``named`` would overwrite a zone file unconditionally when it recovered from
a corrupted journal. [GL #2623]
+
+- After the networking manager was introduced to ``named`` to handle
+ incoming traffic, it was discovered that the recursive performance had been
+ degraded compared to the previous version (9.11). This has been now fixed by
+ running internal tasks inside the networking manager worker threads, so
+ they do not compete for resources. [GL #2638]