From: Mark Andrews Date: Tue, 23 May 2023 14:00:09 +0000 (+1000) Subject: Add CHANGES note for [GL #3325] X-Git-Tag: v9.19.15~14^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f378e024237f7d38d12f491071b6bdd966bcdcb9;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #3325] --- diff --git a/CHANGES b/CHANGES index 036a34ee15d..9fe7a01389b 100644 --- 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]