From: Artem Boldariev Date: Mon, 12 Feb 2024 20:58:46 +0000 (+0200) Subject: Update CHANGES [GL #4572] X-Git-Tag: v9.19.22~28^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ce6567564d8d9894e8056d7210d529cd550e830;p=thirdparty%2Fbind9.git Update CHANGES [GL #4572] Mention that BIND should not abort anymore when trying to connect to a remote server via TLS when using an incorrect 'tls' configuration. --- diff --git a/CHANGES b/CHANGES index eeceab7e30c..4cd031c2a3d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +6348. [bug] BIND could previously abort when trying to + establish a connection to a remote server using an + incorrect 'tls' configuration. That has been + fixed. Thanks to Tobias Wolter for bringing + the issue to our attention. [GL #4572] + 6347. [func] Disallow stale-answer-client-timeout non-zero values. [GL #4447]