]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog entry for
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Fri, 10 Feb 2023 15:54:44 +0000 (16:54 +0100)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Fri, 10 Feb 2023 15:54:44 +0000 (16:54 +0100)
- Clean up iterator/iterator.c::error_response_cache() and allow for
  better interaction with serve-expired, prefetch and cached error
  responses.

doc/Changelog

index 64f9db7ab5b4d2cda7f3918ef26f570cb91f84ad..60f9f3c47b059a4084cfc5518d5abb84160b110e 100644 (file)
@@ -1,3 +1,8 @@
+10 February 2023: George
+       - Clean up iterator/iterator.c::error_response_cache() and allow for
+         better interaction with serve-expired, prefetch and cached error
+         responses.
+
 9 February 2023: George
        - Allow TTL refresh of expired error responses.
        - Add testcase for refreshing expired error responses.