mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
CHANGES and release note for [GL #3508]
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -1,3 +1,9 @@
|
|||||||
|
5949. [func] Add new isc_loopmgr API that runs the application
|
||||||
|
event loops and completely replaces the isc_app
|
||||||
|
API. Refactor the isc_taskmgr, isc_timermgr and
|
||||||
|
isc_netmgr to use the isc_loopmgr event loops.
|
||||||
|
[GL #3508]
|
||||||
|
|
||||||
5948. [bug] Fix nsec3.c:dns_nsec3_activex() function, add a missing
|
5948. [bug] Fix nsec3.c:dns_nsec3_activex() function, add a missing
|
||||||
dns_db_detachnode() call. [GL #3500]
|
dns_db_detachnode() call. [GL #3500]
|
||||||
|
|
||||||
|
@@ -25,7 +25,9 @@ Known Issues
|
|||||||
New Features
|
New Features
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
- None.
|
- Worker threads' event loops are now managed by a new "loop maanger" API,
|
||||||
|
significantly changing the architecture of the task, timer and networking
|
||||||
|
systems for improved performance and code flow. :gl:`#3508`
|
||||||
|
|
||||||
Removed Features
|
Removed Features
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
Reference in New Issue
Block a user