]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES for [GL !8352]
authorEvan Hunt <each@isc.org>
Sat, 30 Sep 2023 09:08:35 +0000 (02:08 -0700)
committerEvan Hunt <each@isc.org>
Mon, 9 Oct 2023 20:29:02 +0000 (13:29 -0700)
CHANGES

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