]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog comment for #1042 fast-reload-option 1042/head
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 31 Mar 2025 13:21:30 +0000 (15:21 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 31 Mar 2025 13:21:30 +0000 (15:21 +0200)
- Merge #1042: Fast Reload. The unbound-control fast_reload is added.
  It reads changed config in a thread, then only briefly pauses the
  service threads, that keep running. DNS service is only interrupted
  briefly, less than a second.

doc/Changelog

index 8a5726fe3a4e91eb1406bcfc2096cc83a5f740e4..1bebdb7d0bb9c8e007521229cb4be5650797b9b5 100644 (file)
@@ -1,5 +1,9 @@
 31 March 2025: Wouter
        - iana portlist update.
+       - Merge #1042: Fast Reload. The unbound-control fast_reload is added.
+         It reads changed config in a thread, then only briefly pauses the
+         service threads, that keep running. DNS service is only interrupted
+         briefly, less than a second.
 
 27 March 2025: Wouter
        - Fix unit test dname log printout typecast.