]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update CHANGES [GL #4572]
authorArtem Boldariev <artem@boldariev.com>
Mon, 12 Feb 2024 20:58:46 +0000 (22:58 +0200)
committerArtem Boldariev <artem@boldariev.com>
Wed, 21 Feb 2024 19:42:27 +0000 (21:42 +0200)
Mention that BIND should not abort anymore when trying to connect to a
remote server via TLS when using an incorrect 'tls' configuration.

CHANGES

diff --git a/CHANGES b/CHANGES
index eeceab7e30c52977495b852f9c1519965663f04e..4cd031c2a3deb8b1296c28baf570db5b8bb5eed7 100644 (file)
--- 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]