From: W.C.A. Wijngaards Date: Mon, 28 Jul 2025 07:33:42 +0000 (+0200) Subject: - Fix redis cachedb module gettimeofday init failure. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f12148af4c6477473b6ea1a17c0fb3f60f582d6;p=thirdparty%2Funbound.git - Fix redis cachedb module gettimeofday init failure. Changelog note for the fix. --- diff --git a/doc/Changelog b/doc/Changelog index 2ab718847..10b5d95d8 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +28 July 2025: Wouter + - Fix redis cachedb module gettimeofday init failure. + 24 July 2025: Wouter - Redis checks for server down and throttles reconnects.