From c2dcc2602d6795954318b64ae21e48dc6d6096ce Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 6 Jul 2023 17:13:40 +1000 Subject: [PATCH] Add CHANGES note for [GL #4194] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 17af2fea39..f951231a90 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6208. [func] Return BADCOOKIE for out-of-date or otherwise bad, well + formed DNS SERVER COOKIES. [GL #4194] + 6207. [cleanup] The code implementing TSIG/TKEY support has been cleaned up and refactored for improved robustness, readability, and consistency with other code modules. [GL !7828]