]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #2478]
authorOndřej Surý <ondrej@sury.org>
Wed, 21 Apr 2021 13:13:30 +0000 (15:13 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 7 Jul 2021 07:50:53 +0000 (09:50 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 23d9d1dbb53f153590d1a4b0e0db3f908f242172..507ab6b9614132b687da36efdd40a58e88307420 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]
index 7a7700bb0704debac9afb5ceae98af983e68ffce..0ef55db54c706a518402f8a73723aa85e192b24e 100644 (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
 ~~~~~~~~~