From dc8fcbf0134a7188eb5ebf0c52167abcd949ac61 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 19 Aug 2022 14:38:32 +1000 Subject: [PATCH] Add CHANGES entry for [GL !6468] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 27471917d1..615f80a34c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5945. [bug] If parsing /etc/bind.key failed, delv could assert + when trying to parse the built in trust anchors as + the parser hadn't been reset. [GL !6468] + 5944. [bug] Fix +http-plain-get and +http-plain-post options support in dig. Thanks to Marco Davids at SIDN for reporting the problem. [GL !6672]