From: Evan Hunt Date: Sat, 30 Sep 2023 09:08:35 +0000 (-0700) Subject: CHANGES for [GL !8352] X-Git-Tag: v9.19.18~50^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33a7c9b15f91f4d3cde07128141b4267ccfc6c1a;p=thirdparty%2Fbind9.git CHANGES for [GL !8352] --- diff --git a/CHANGES b/CHANGES index 0a348dd1f3a..cdfeecaaa93 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6263. [func] Convert the RPZ summary database to use a QP trie + instead of an RBT. [GL !8352] + 6262. [bug] Duplicate control sockets didn't generate a configuration failure leading to hard to diagnose rndc connection errors. These are now caught by @@ -7,7 +10,7 @@ resolver.c:fctx_query(), when using an uninitialized link. [GL #4331] -6260. [func] Added opptions to the QP trie that will be needed +6260. [func] Added options to the QP trie that will be needed when it is used as a zone or cache database: backward iteration, and retrieval of DNSSEC predecessor nodes and node chains. [GL !8338]