]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3325]
authorMark Andrews <marka@isc.org>
Tue, 23 May 2023 14:00:09 +0000 (00:00 +1000)
committerMark Andrews <marka@isc.org>
Wed, 28 Jun 2023 08:07:03 +0000 (18:07 +1000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 036a34ee15d39711f98de4f142bd3ceda3899825..9fe7a01389be547e9b3f133387738cb015a842f4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+6204.  [bug]           Use NS records for relaxed QNAME-minimization mode.
+                       This reduces the number of queries named makes when
+                       resolving, as it allows the non-existence of NS RRsets
+                       at non-referral nodes to be cached in addition to the
+                       referrals that are normally cached. [GL #3325]
+
 6203.  [cleanup]       Ensure that the size calculation does not overflow
                        when allocating memory for an array.
                        [GL #4120] [GL #4121] [GL #4122]