From a100c1ff7cf7789f6c803216d261b961646f2847 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Tue, 5 Apr 2022 18:36:19 +0300 Subject: [PATCH] Update CHANGES [GL #3122] Add an entry that reloading TLS certificates without destroying underlying TCP listening sockets. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 18d0aa9b07..c6fb175f7e 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]