From cdf39260a7d808f997969c959e95e08146b99b4c Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Fri, 10 Sep 2021 11:25:12 +0300 Subject: [PATCH] Add an entry to the release notes file [GL #2794] Mention that "dot" ALPN tag is now required for XoT. --- doc/notes/notes-current.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 5fd296f63a..7f100cec75 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -70,6 +70,9 @@ Feature Changes including ``nsupdate``, ``delv``, ``mdig``, to send all outgoing DNS queries and requests. :gl:`#2401` +- Zone transfers over TLS (XoT) now need "dot" Application-Layer Protocol + Negotiation (ALPN) tag to be negotiated, as required by the RFC 9103. :gl: `#2794` + Bug Fixes ~~~~~~~~~