]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Modify CHANGES [GL #2795]
authorArtem Boldariev <artem@boldariev.com>
Tue, 28 Sep 2021 09:23:20 +0000 (12:23 +0300)
committerArtem Boldariev <artem@boldariev.com>
Fri, 1 Oct 2021 12:51:40 +0000 (15:51 +0300)
Mention in the CHANGES file that supported TLS versions can be
specified in the configuration file.

CHANGES

diff --git a/CHANGES b/CHANGES
index 7b37b4037a608862f2e4bb8d3ca75a5c56db5902..1ac9a627ac1ed2271eafe3f3c52d31cf293a8a6c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5728.  [func]          Allow specifying supported TLS protocol
+                       versions within "tls" clauses
+                       (e.g. protocols { TLSv1.2; TLSv1.3; };). [GL #2795]
+
 5727.  [bug]           Ignore the missing zones when doing a reload on a
                        catalog zone, and make sure to restore them later on.
                        [GL #2308]