]> 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)
committerOndřej Surý <ondrej@isc.org>
Wed, 28 Jun 2023 10:32:50 +0000 (12:32 +0200)
(cherry picked from commit f378e024237f7d38d12f491071b6bdd966bcdcb9)

CHANGES

diff --git a/CHANGES b/CHANGES
index fd84fd56fd378872dc5b398132c57f673dbe032e..79d5a49a6454bbcc0f60bc00dc2101dcf703baf0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+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]
+
+
 6200.  [bug]           Fix nslookup erroneously reporting a timeout when the
                        input is delayed. [GL #4044]