]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes entry
authorDiego Fronza <diego@isc.org>
Wed, 4 Nov 2020 23:02:34 +0000 (20:02 -0300)
committerDiego Fronza <diego@isc.org>
Wed, 11 Nov 2020 15:53:24 +0000 (12:53 -0300)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 03542d8df4405294dd9fdb6083e428cd597d56ad..8aa352925c2d18cd7993faee88ba81e692c91250 100644 (file)
--- 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]
+
 5532.  [cleanup]       Unused header files were removed:
                        bin/rndc/include/rndc/os.h, lib/isc/timer_p.h,
                        lib/isccfg/include/isccfg/dnsconf.h and code related
index a4ce7dfe8c74123463def3523499a8894f824d79..2a784e95fdf78e67ca4f81de2b8e70ad445b3cd5 100644 (file)
@@ -26,6 +26,10 @@ 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
 ~~~~~~~~~~~~~~~~