From b0fc35d79c3e17a8da6bba7d825e9c19ad7f3c6f Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Fri, 20 Aug 2021 13:51:02 +0300 Subject: [PATCH] Add an entry to CHANGES [GL #2875] Mention that we now do not rely on HTTP headers processing order in BIND anymore. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index a9d83fa060..b05eab5b55 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]