From: Ondřej Surý Date: Fri, 24 Mar 2023 11:23:17 +0000 (+0100) Subject: Add CHANGES for [GL #3961] X-Git-Tag: v9.19.12~51^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d64306b72a4e61289974aee3a2231e6c6b435cd;p=thirdparty%2Fbind9.git Add CHANGES for [GL #3961] --- diff --git a/CHANGES b/CHANGES index c14cd23a718..211adb7403b 100644 --- a/CHANGES +++ b/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