From: Artem Boldariev Date: Tue, 5 Apr 2022 15:36:19 +0000 (+0300) Subject: Update CHANGES [GL #3122] X-Git-Tag: v9.19.0~10^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a100c1ff7cf7789f6c803216d261b961646f2847;p=thirdparty%2Fbind9.git Update CHANGES [GL #3122] Add an entry that reloading TLS certificates without destroying underlying TCP listening sockets. --- diff --git a/CHANGES b/CHANGES index 18d0aa9b077..c6fb175f7ef 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5854. [func] Implement reference counting for TLS contexts and + allow reloading of TLS certificates on reconfiguration + without destroying the underlying TCP listener sockets + for TLS-based DNS transports. [GL #3122] + 5853. [bug] When using both the `+qr` and `+y` options `dig` could crash if the connection to the first server was not successful. [GL #3244]