From a7e8e4382936114516fa336b08f9df2da55876ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 1 Apr 2022 10:59:28 +0200 Subject: [PATCH] Add CHANGES note for [GL #3252] (cherry picked from commit a7cd0868a249d10918a225aee8a6c5e208d7187b) --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 20fe610301..929d9c9155 100644 --- a/CHANGES +++ b/CHANGES @@ -66,6 +66,13 @@ 6044. [bug] There was an "RSASHA236" typo in a log message. [GL !7206] +5845. [bug] Refactor the timer to keep track of posted events + as to use isc_task_purgeevent() instead of using + isc_task_purgerange(). The isc_task_purgeevent() + has been refactored to purge a single event instead + of walking through the list of posted events. + [GL #3252] + 5830. [func] Implement incremental resizing of isc_ht hash tables to perform the rehashing gradually. [GL #3212]