]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES for [GL #3961]
authorOndřej Surý <ondrej@isc.org>
Fri, 24 Mar 2023 11:23:17 +0000 (12:23 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Mar 2023 14:07:41 +0000 (16:07 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index c14cd23a7186bb285177332bc203530838dc5387..211adb7403b4a86df37f27e22e6d6355cca67af7 100644 (file)
--- 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