mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 15:47:18 -04:00
Add CHANGES for [GL #3961]
This commit is contained in:
parent
f5fc224af3
commit
5d64306b72
1 changed files with 9 additions and 0 deletions
9
CHANGES
9
CHANGES
|
|
@ -1,3 +1,12 @@
|
|||
6133. [cleanup] Refactor the isc_job_run() to not make any allocations
|
||||
by embedding isc_job_t into callback argument, and
|
||||
running it directly. As a side-effect, isc_async_run
|
||||
and isc_job_run now executes jobs in the natural order.
|
||||
|
||||
Use the new improved API to execute connect, read and
|
||||
send callbacks from netmgr in more straightforward
|
||||
manner, speeding up the networking. [GL #3961]
|
||||
|
||||
6132. [doc] Remove a dead link in the DNSSEC guide. [GL #3967]
|
||||
|
||||
6131. [test] Add a minimal test-only library to allow testing
|
||||
|
|
|
|||
Loading…
Reference in a new issue