]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release note for [GL #3508]
authorEvan Hunt <each@isc.org>
Thu, 25 Aug 2022 22:06:33 +0000 (15:06 -0700)
committerOndřej Surý <ondrej@isc.org>
Fri, 26 Aug 2022 07:09:25 +0000 (09:09 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 88e3dc01c24527d6860cf2ba3b7945efeaac11e2..969e8e167ad5d270ca0eda4e4a14ff290d7412dd 100644 (file)
--- a/CHANGES
+++ b/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
                        dns_db_detachnode() call. [GL #3500]
 
index ad45e432bc07d77508ffcf55aa66b98774873d9d..6d18e240e63df12a7b7dc15b6b60ae86f91af1c4 100644 (file)
@@ -25,7 +25,9 @@ Known Issues
 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
 ~~~~~~~~~~~~~~~~