From: Evan Hunt Date: Fri, 25 Mar 2022 20:23:19 +0000 (-0700) Subject: Add CHANGES note for [GL #3213] X-Git-Tag: v9.19.0~36^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2c419b7abc977bf3cd3392b5c84f3f4dfcd22f9d;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #3213] --- diff --git a/CHANGES b/CHANGES index 5488b898e6e..41b8cbfc88c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5841. [bug] Refactor the address database: + - Use self-resizing hash tables, eliminating the + need to go into task-exclusive mode when resizing. + - Simplify reference counting of ADB objects + and the process for shutting down. [GL #3213] + 5840. [cleanup] Remove multiple application context use in dns_client unit. [GL !6041]