]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3252]
authorOndřej Surý <ondrej@isc.org>
Fri, 1 Apr 2022 08:59:28 +0000 (10:59 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 1 Apr 2022 21:45:40 +0000 (23:45 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 8d6ddedf25327cc4848a048e516bc4f59ac4a8b2..3b8025e8c75cf994869c5d1bd4eb55264452191b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+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]
+
 5844.  [bug]           dig +nssearch was hanging until manually interrupted.
                        [GL #3145]