diff --git a/CHANGES b/CHANGES index 5a2da04616..b3d6305605 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5831. [bug] When resending a UDP request in the result of a timeout, + the recv_done() function in dighost.c was prepending + the new query into the loookup's queries list instead + of inserting, which could cause an assertion failure + when the resent query's result was SERVFAIL. [GL #3020] + 5830. [func] Implement incremental resizing of isc_ht hash tables to perform the rehashing gradually. [GL #3212]