Add CHANGES note for [GL #3252]

(cherry picked from commit a7cd0868a2)
This commit is contained in:
Ondřej Surý
2023-01-18 22:39:26 +01:00
parent 80a052aaf6
commit a7e8e43829
+7
View File
@@ -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]