From: Artem Boldariev Date: Wed, 8 Sep 2021 09:15:13 +0000 (+0300) Subject: Add an entry to the CHANGES file [GL #2794] X-Git-Tag: v9.17.19~11^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc3a37a2ad849fb7744e168d6142ba088ed59f53;p=thirdparty%2Fbind9.git Add an entry to the CHANGES file [GL #2794] Mention in the CHANGES file that "dot" ALPN token is required to be negotiated for XoT. --- diff --git a/CHANGES b/CHANGES index 7583a8a7ac8..ff6d18584f3 100644 --- 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]