From 0a8367e17b28a772bdff39922e2e19747263b654 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 29 Jun 2023 09:27:29 +1000 Subject: [PATCH] Add CHANGES note for [GL #4182] (cherry picked from commit a62cda787ffdced3fc2ae31d8da86cba17a3f95f) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 6faa12370c..d209c80678 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6314. [bug] Address race conditions in dns_tsigkey_find(). + [GL #4182] + 6312. [bug] Conversion from NSEC3 signed to NSEC signed could temporarily put the zone into a state where it was treated as unsigned until the NSEC chain was built.