From ef963cf5e46a5298e53eb983eed05e8d326e1a13 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 5 May 2022 15:02:43 -0700 Subject: [PATCH] Add CHANGES note for [GL #3327] (cherry picked from commit 3f478a3bed5f368e4159cf3b3eb547e6506658af) --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index ccec1b2cf5..279d26fac2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5890. [bug] When the fetches-per-server quota was adjusted + because of an authoritative server timing out more + or less frequently, it was incorrectly set to 1 + rather than the intended value. This has been + fixed. [GL #3327] + 5885. [bug] RPZ NSIP and NSDNAME rule processing didn't handle stub and static-stub zones at or above the query name. This has now been addressed. [GL #3232]