From: W.C.A. Wijngaards Date: Thu, 22 Jun 2023 13:41:17 +0000 (+0200) Subject: Add changelog and contrib/README mention for #903 X-Git-Tag: release-1.18.0rc1~24^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2207a551074d617f86557318c55d14e2b83d5e08;p=thirdparty%2Funbound.git Add changelog and contrib/README mention for #903 - Merge #903: contrib: add yocto compatible init script. --- diff --git a/contrib/README b/contrib/README index ef2a0ab88..2427a0294 100644 --- a/contrib/README +++ b/contrib/README @@ -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. diff --git a/doc/Changelog b/doc/Changelog index 1b9f3466c..298a0eb3b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.