2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Update CHANGES [GL #3122]

Add an entry that reloading TLS certificates without destroying
underlying TCP listening sockets.
This commit is contained in:
Artem Boldariev
2022-04-05 18:36:19 +03:00
parent 77b2db8246
commit a100c1ff7c

View File

@@ -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]