Add CHANGES and release notes for [GL #2478]

This commit is contained in:
Ondřej Surý
2021-04-21 15:13:30 +02:00
parent 2bb454182b
commit 29843bcde8
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
5673. [func] Add "--disable-doh" configuration option to allow
BIND 9 to compile without libnghttp2 library.
[GL #2478]
5672. [bug] Authentication of rndc messages could fail if a
"controls" statement was configured with multiple
key algorithms in the same listener. [GL #2756]

View File

@@ -47,6 +47,10 @@ Feature Changes
``named`` now sends back empty DNS messages with the TC (TrunCated) bit set,
forcing the DNS client to fall back to TCP. :gl:`#2790`
- DNS over HTTPS support can be disabled at the compile time via the new
configuration option ``--disable-doh``. This allows BIND 9 to be
compiled without libnghttp2 library. [GL #2478]
Bug Fixes
~~~~~~~~~