From: Artem Boldariev Date: Fri, 20 Aug 2021 10:51:02 +0000 (+0300) Subject: Add an entry to CHANGES [GL #2875] X-Git-Tag: v9.17.18~21^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0fc35d79c3e17a8da6bba7d825e9c19ad7f3c6f;p=thirdparty%2Fbind9.git Add an entry to CHANGES [GL #2875] Mention that we now do not rely on HTTP headers processing order in BIND anymore. --- diff --git a/CHANGES b/CHANGES index a9d83fa0606..b05eab5b55a 100644 --- 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]