From: Ondřej Surý Date: Tue, 27 Jun 2023 07:05:46 +0000 (+0200) Subject: Add CHANGES note for [GL #4223] X-Git-Tag: v9.19.16~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10279f540df1fd57d643b9018094b78fb204a97c;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #4223] --- diff --git a/CHANGES b/CHANGES index a214ea184db..ce35066732c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6217. [func] The dns_badcache unit was refactored to use cds_lfht + instead of hand-crafted locked hashtable. [GL #4223] + 6216. [bug] Pin dns_request events to the originating loop to serialize access to the data. [GL #4086]