Add changelog and contrib/README mention for #903

- Merge #903: contrib: add yocto compatible init script.
This commit is contained in:
W.C.A. Wijngaards 2023-06-22 15:41:17 +02:00
parent 196f8a68f6
commit 2207a55107
2 changed files with 7 additions and 0 deletions

View File

@ -55,3 +55,6 @@ distribution but may be helpful.
contributed by Andreas Schulze. contributed by Andreas Schulze.
* metrics.awk: awk script that can convert unbound-control stats to * metrics.awk: awk script that can convert unbound-control stats to
Prometheus metrics format output. 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.

View File

@ -1,7 +1,11 @@
22 June 2023: Wouter
- Merge #903: contrib: add yocto compatible init script.
15 June 2023: Philip 15 June 2023: Philip
- Fix for issue #887 (Timeouts to forward servers on BSD based - Fix for issue #887 (Timeouts to forward servers on BSD based
system with ASLR) system with ASLR)
- Probably fixes #516 (Stream reuse does not work on Windows) as well - Probably fixes #516 (Stream reuse does not work on Windows) as well
14 June 2023: George 14 June 2023: George
- Properly handle all return values of worker_check_request during - Properly handle all return values of worker_check_request during
early EDE code. early EDE code.