From 31435f7bc544e8705c158c23c8fcd87edd43598b Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Wed, 17 Aug 2022 13:34:52 +0300 Subject: [PATCH] Modify CHANGES (+http-plain-{get, post} support fix in dig) This commit modifies the CHANGES file to mention that +http-plain-get and +http-plain-post options support in dig was fixed. (cherry picked from commit 0ab40c223b524b2d65a2b67a2eb76f4d63fbfb3e) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 54bd5d6138..5506ab973a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +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] + 5942. [bug] Fix tkey.c:buildquery() function's error handling by adding the missing cleanup code. [GL #3492]