Add CHANGES note for [GL #3252]

This commit is contained in:
Ondřej Surý 2022-04-01 10:59:28 +02:00
parent 40971b22e7
commit a7cd0868a2

View file

@ -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]