From 6f4ef40ccd55c7c71f38eb3f52c2f40757d878c0 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 25 Apr 2024 10:30:47 -0700 Subject: [PATCH] CHANGES for [GL #4659] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 1efab4c2e0..98eca3480b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6379. [bug] A QP iterator bug could result in DNSSEC validation + failing because the wrong NSEC was returned. [GL #4659] + 6378. [func] The option to specify the number of UDP dispatches was previously removed. An attempt to use the option now prints a warning. [GL #1879]