From: Artem Boldariev Date: Tue, 28 Sep 2021 09:23:20 +0000 (+0300) Subject: Modify CHANGES [GL #2795] X-Git-Tag: v9.17.19~17^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17d2b3c8db1deac5be7561f8beecd53a1d00bf57;p=thirdparty%2Fbind9.git Modify CHANGES [GL #2795] Mention in the CHANGES file that supported TLS versions can be specified in the configuration file. --- diff --git a/CHANGES b/CHANGES index 7b37b4037a6..1ac9a627ac1 100644 --- 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]