]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3202]
authorOndřej Surý <ondrej@isc.org>
Tue, 13 Sep 2022 15:33:55 +0000 (17:33 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 22 Sep 2022 07:46:25 +0000 (09:46 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index c407e684b4363e84f3762de4a1736ec3e5a98613..55468d151cd2aa669e0d356839bf891c3da5ab7e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+5976.  [cleanup]       isc_timer_t objects are now created, started and
+                       destroyed in a particular loop, and timer callbacks
+                       run in that loop. isc_timer_stop() can still be called
+                       from any loop; when run from a different loop than
+                       the one associated with the timer, the request will
+                       be recorded in atomic variable and the timer will
+                       be stopped on the next callback call. [GL #3202]
+
 5975.  [func]          Implement TLS transport support for dns_request and
                        dns_dispatch. [GL #3529]