]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix redis cachedb module gettimeofday init failure.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Jul 2025 07:33:42 +0000 (09:33 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Jul 2025 07:33:42 +0000 (09:33 +0200)
Changelog note for the fix.

doc/Changelog

index 2ab7188473cadc9e3c93d2cb2f9a4753d31cbd0f..10b5d95d84bba43e9eabde90506b69304139d005 100644 (file)
@@ -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.