Update CHANGES [GL #4464]

Mention that BIND crashing due to a `tls` multithreaded entry
initialisation attempts has been fixed.

(cherry picked from commit f7de766168)
This commit is contained in:
Artem Boldariev 2023-12-04 14:42:30 +02:00
parent 96228d9a08
commit 7632a72739

View file

@ -1,3 +1,9 @@
6294. [bug] BIND might sometimes crash after startup or
re-configuration when one 'tls' entry is used multiple
times to connect to remote servers due to initialisation
attempts from contexts of multiple threads. That has
been fixed. [GL #4464]
6290. [bug] Dig +yaml will now report "no servers could be reached"
also for UDP setup failure when no other servers or
tries are left. [GL #1229]