]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add an entry to CHANGES [GL #2875]
authorArtem Boldariev <artem@boldariev.com>
Fri, 20 Aug 2021 10:51:02 +0000 (13:51 +0300)
committerArtem Boldariev <artem@boldariev.com>
Wed, 25 Aug 2021 07:35:27 +0000 (10:35 +0300)
Mention that we now do not rely on HTTP headers processing order in
BIND anymore.

CHANGES

diff --git a/CHANGES b/CHANGES
index a9d83fa06068c7501bed9f490e40cb00efb17221..b05eab5b55a7d1ef8bc05d12feadc06ea1fc299e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5702.  [bug]           Improve compatibility with DNS-over-HTTPS clients by
+                       allowing HTTP/2 request headers in any order. [GL #2875]
+
 5701.  [bug]           named-checkconf failed to detect syntactically invalid
                        key and tls names. [GL #2461]