]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Modify CHANGES (+http-plain-{get, post} support fix in dig)
authorArtem Boldariev <artem@boldariev.com>
Wed, 17 Aug 2022 10:34:52 +0000 (13:34 +0300)
committerArtem Boldariev <artem@boldariev.com>
Thu, 18 Aug 2022 11:25:46 +0000 (14:25 +0300)
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

diff --git a/CHANGES b/CHANGES
index 54bd5d6138305d6305482d2a6aa5e5bb533446bb..5506ab973a6098dfdc81f58f0a21d5e5aca93322 100644 (file)
--- 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]