Add CHANGES and release note for [GL #2638]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
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]
|
||||
|
||||
|
||||
@@ -92,3 +92,9 @@ Bug Fixes
|
||||
|
||||
- ``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]
|
||||
|
||||
Reference in New Issue
Block a user