From: Diego Fronza Date: Wed, 11 Nov 2020 19:09:15 +0000 (-0300) Subject: Add CHANGES and release notes entry X-Git-Tag: v9.16.9~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af45a64f8621202c1a09c8afb580a144d7a794d2;p=thirdparty%2Fbind9.git Add CHANGES and release notes entry --- diff --git a/CHANGES b/CHANGES index beb1bfbb945..69dc66cca05 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5533. [func] Add "stale-refresh-time" option, a time window that + starts after a failed lookup, during which stale rrset + will be served directly from cache before a new + attempt to refresh it is made. [GL #2066] + 5530. [bug] DNSTAP did not capture responses to forwarded UPDATE requests. [GL #2252] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index cd79407d207..81ecc772cbf 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -24,7 +24,9 @@ Known Issues New Features ~~~~~~~~~~~~ -- None. +- A new configuration option ``stale-refresh-time`` has been introduced, it + allows stale RRset to be served directly from cache for a period of time + after a failed lookup, before a new attempt to refresh it is made. [GL #2066] Removed Features ~~~~~~~~~~~~~~~~