]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add an entry to the CHANGES file [GL #2794]
authorArtem Boldariev <artem@boldariev.com>
Wed, 8 Sep 2021 09:15:13 +0000 (12:15 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 5 Oct 2021 08:26:08 +0000 (11:26 +0300)
Mention in the CHANGES file that "dot" ALPN token is required to be
negotiated for XoT.

CHANGES

diff --git a/CHANGES b/CHANGES
index 7583a8a7ac8df9fe949fb27a7556b1bef3138ed8..ff6d18584f3c0c929378c292beba4307f5a3c545 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5733.  [func]          Require "dot" ALPN token to be negotiated for
+                       zone transfers over TLS (XoT), as required by RFC9103.
+                       [GL #2794]
+
 5732.  [cleanup]       Remove dns_lib_init() and _shutdown() and
                        ns_lib_init() and _shutdown() functions, as they
                        no longer served any useful purpose. [GL #88]