From: W.C.A. Wijngaards Date: Tue, 12 Aug 2025 10:00:01 +0000 (+0200) Subject: - Fix that unbound-control dump_cache releases the cache locks X-Git-Tag: release-1.24.0rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55f20fdcc5bf3a92b0ea4e24328a434bb74bbc1;p=thirdparty%2Funbound.git - Fix that unbound-control dump_cache releases the cache locks every so often, so that the server stays responsive. Changelog entry for it. --- diff --git a/doc/Changelog b/doc/Changelog index 2cbd25db3..b0b6cc978 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +12 August 2025: Wouter + - Fix that unbound-control dump_cache releases the cache locks + every so often, so that the server stays responsive. + 7 August 2025: Wouter - Fix dname_str for printout of long names. Thanks to Jan Komissar for the fix.