From ed6ba1d2737a5bf6063821a3dff729d2b79bf8a8 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 11933bc1fd..d3a57d1df4 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]