]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES for [GL #4348]
authorEvan Hunt <each@isc.org>
Thu, 7 Mar 2024 02:33:59 +0000 (18:33 -0800)
committerEvan Hunt <each@isc.org>
Fri, 8 Mar 2024 23:36:56 +0000 (15:36 -0800)
CHANGES

diff --git a/CHANGES b/CHANGES
index 01cfa6972ca25872203cefcb067b1c79d06a9941..64e6ae2621d30468bb8acb5ab1a9427646b3cbc7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+6357.  [func]          The QP zone database implementation introduced in
+                       change #6355 has now been replaced with a version
+                       based on the multithreaded dns_qpmulti API, which
+                       is based on RCU and reduces the need for locking.
+                       The new implementation is called "qpzone". The
+                       previous "qp" implementation has been renamed
+                       "qpcache", and can only be used for the cache.
+                       [GL #4348]
+
 6356.  [bug]           Attach the loop also in the dns_cache_flush(), so
                        the cache pruning still works after the flush.
                        [GL #4621]