From e2043768b6788f249338f6f81745654395c90d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 13 Sep 2022 17:33:55 +0200 Subject: [PATCH] Add CHANGES note for [GL #3202] --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index c407e684b4..55468d151c 100644 --- 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]