]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note and CHANGES for #2742
authorMatthijs Mekking <matthijs@isc.org>
Thu, 21 Oct 2021 14:48:38 +0000 (16:48 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 25 Oct 2021 08:42:10 +0000 (10:42 +0200)
Feature change.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index d76f0d8c6977e296c1296178d6d802c2a2c7ba21..335b035f517796cb5b6b9030ae032f97349af4fd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5747.  [func]          Update rndc serve-stale status output to be less
+                       confusing. [GL #2742]
+
 5746.  [bug]           A lame server delegation could lead to a loop in which
                        a resolver fetch depends on an ADB find which depends
                        on the same resolver fetch. Previously, this would
index 28127fb2e7766d69a0bbb811bb76bcf3c951470b..d6ff6c133db1397493a063d81d4b91a258593b94 100644 (file)
@@ -96,6 +96,11 @@ Feature Changes
   is set to ``no`` add to the DNS response payload without offering added value.
   :gl:`#1316`
 
+- The output of ``rndc serve-stale status`` has been clarified. It now
+  explicitly reports whether retention of stale data in the cache is enabled
+  (``stale-cache-enable``), and whether returning of such data in responses is 
+  enabled (``stale-answer-enable``). :gl:`#2742`
+
 Bug Fixes
 ~~~~~~~~~