From 2e3588e550e4b8cb4cf5ce50c37fab110bebe6de Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 31 Mar 2023 18:19:30 +1100 Subject: [PATCH] Add CHANGES for [GL #3981] (cherry picked from commit 5de552d5458920ed8d8bb7bd6a4211e0479e906a) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index b910d12c0d..eeb382eeaf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6142. [bug] Reduce the number of dns_dnssec_verify calls made + determining if revoked keys needs to be removed from + the trust anchors. [GL #3981] + 6138. [doc] Fix the DF-flag documentation on the outgoing UDP packets. [GL #3710]