2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

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]