]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix that unbound-control dump_cache releases the cache locks
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 12 Aug 2025 10:00:01 +0000 (12:00 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 12 Aug 2025 10:00:01 +0000 (12:00 +0200)
  every so often, so that the server stays responsive.
Changelog entry for it.

doc/Changelog

index 2cbd25db38fba6fcb333fc6d17a98ee65e65bda8..b0b6cc97804c213d35562d325d61502481e223df 100644 (file)
@@ -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.