Modify CHANGES [GL #3767]

Mention that downloading a zone via TLS- from a server which does not
negotiate "dot" ALPN tag could have crashed BIND on shutdown.

(cherry picked from commit 16fa692b56)
This commit is contained in:
Artem Boldariev 2023-01-12 20:51:08 +02:00
parent dbd15f962e
commit 26c0dd96eb

View file

@ -1,3 +1,7 @@
6068. [bug] Downloading a zone via TLS from a server which does
not negotiate "dot" ALPN token could crash BIND
on shutdown. That has been fixed. [GL #3767]
6063. [bug] Revert a change that limited to honour single
read for TLSDNS as it broke XoT. [GL #3772]