From: W.C.A. Wijngaards Date: Mon, 31 Mar 2025 13:21:30 +0000 (+0200) Subject: Changelog comment for #1042 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ffast-reload-option;p=thirdparty%2Funbound.git Changelog comment for #1042 - Merge #1042: Fast Reload. The unbound-control fast_reload is added. It reads changed config in a thread, then only briefly pauses the service threads, that keep running. DNS service is only interrupted briefly, less than a second. --- diff --git a/doc/Changelog b/doc/Changelog index 8a5726fe3..1bebdb7d0 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,9 @@ 31 March 2025: Wouter - iana portlist update. + - Merge #1042: Fast Reload. The unbound-control fast_reload is added. + It reads changed config in a thread, then only briefly pauses the + service threads, that keep running. DNS service is only interrupted + briefly, less than a second. 27 March 2025: Wouter - Fix unit test dname log printout typecast.