]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog entry for #951.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 20 Oct 2023 15:01:13 +0000 (17:01 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 20 Oct 2023 15:01:13 +0000 (17:01 +0200)
- 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.

doc/Changelog

index 33126fbc3d26638217b56766681d25676b4db192..ea948c0448e63b7de951bbdbd6d8fe59515c66a6 100644 (file)
@@ -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.