From 5d64306b72a4e61289974aee3a2231e6c6b435cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 24 Mar 2023 12:23:17 +0100 Subject: [PATCH] Add CHANGES for [GL #3961] --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.47.3