From: W.C.A. Wijngaards Date: Fri, 20 Oct 2023 15:01:13 +0000 (+0200) Subject: Changelog entry for #951. X-Git-Tag: release-1.19.0rc1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ce68e97a74c9ba896e12f9bffa0444c59d43056;p=thirdparty%2Funbound.git Changelog entry for #951. - Merge #951: Cachedb no store. The cachedb-no-store: yes option is used to stop cachedb from writing messages to the backend storage. It reads messages when data is available from the backend. The default is no. --- diff --git a/doc/Changelog b/doc/Changelog index 33126fbc3..ea948c044 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,9 @@ +20 October 2023: Wouter + - Merge #951: Cachedb no store. The cachedb-no-store: yes option is + used to stop cachedb from writing messages to the backend storage. + It reads messages when data is available from the backend. The + default is no. + 19 October 2023: Wouter - Fix to print detailed errors when an SSL IO routine fails via SSL_get_error.