]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3213]
authorEvan Hunt <each@isc.org>
Fri, 25 Mar 2022 20:23:19 +0000 (13:23 -0700)
committerOndřej Surý <ondrej@isc.org>
Wed, 30 Mar 2022 08:14:09 +0000 (10:14 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 5488b898e6e5cef21d5c485fae30c7b2a6bc7f3d..41b8cbfc88c56304d0177f8a8d58a97b70cef995 100644 (file)
--- 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]