]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Add changelog and contrib/README mention for #903
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 22 Jun 2023 13:41:17 +0000 (15:41 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 22 Jun 2023 13:41:17 +0000 (15:41 +0200)
- Merge #903: contrib: add yocto compatible init script.

contrib/README
doc/Changelog

index ef2a0ab885ddd5bd71fc61494ccd607491a66821..2427a02947fd5493e57500c1d3ae3c97ea46ebd0 100644 (file)
@@ -55,3 +55,6 @@ distribution but may be helpful.
   contributed by Andreas Schulze.
 * metrics.awk: awk script that can convert unbound-control stats to
   Prometheus metrics format output.
+* unbound.init_yocto: An init script to start and stop the server. Put it
+  in /etc/init.d/unbound to use it. It is for the Yocto Project, in
+  embedded systems, contributed by beni-sandu.
index 1b9f3466c5aac97f7e8c95275d47489c4fbf3453..298a0eb3b44b6ffdcbf6902654c128f622942434 100644 (file)
@@ -1,7 +1,11 @@
+22 June 2023: Wouter
+       - Merge #903: contrib: add yocto compatible init script.
+
 15 June 2023: Philip
        - Fix for issue #887 (Timeouts to forward servers on BSD based
          system with ASLR)
        - Probably fixes #516 (Stream reuse does not work on Windows) as well
+
 14 June 2023: George
        - Properly handle all return values of worker_check_request during
          early EDE code.