]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #4223]
authorOndřej Surý <ondrej@isc.org>
Tue, 27 Jun 2023 07:05:46 +0000 (09:05 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 31 Jul 2023 13:51:15 +0000 (15:51 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index a214ea184db6c6e493eddcf7e4708b088f364902..ce35066732cbeb7dcdf07f05d515abc7429c78c7 100644 (file)
--- 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]