- Fix that unbound-control dump_cache releases the cache locks

every so often, so that the server stays responsive.
Changelog entry for it.
This commit is contained in:
W.C.A. Wijngaards 2025-08-12 12:00:01 +02:00
parent 19b289feec
commit d55f20fdcc

View 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.