]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update CHANGES, notes
authorMatthijs Mekking <matthijs@isc.org>
Wed, 7 Aug 2019 11:33:55 +0000 (13:33 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 12 Aug 2019 08:43:22 +0000 (10:43 +0200)
(cherry picked from commit 6e48abc5037940b10cd2143696ce959a6c264be6)

CHANGES
doc/arm/notes.xml

diff --git a/CHANGES b/CHANGES
index 8b055e19eedd6e308ce348900958e0d1d24b0968..9dce6cbced5b731a1c85c2b03406670a458388b8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,17 @@
+5277.  [bug]           Cache DB statistics could underflow when serve-stale
+                       was in use, because of a bug in counter maintenance
+                       when RRsets become stale.
+
+                       Functions for dumping statistics have been updated
+                       to dump active, stale, and ancient statistic
+                       counters.  Ancient RRset counters are prefixed
+                       with '~'; stale RRset counters are still prefixed
+                       with '#'. [GL #602]
+
+5276.  [func]          DNSSEC Lookaside Validation (DLV) is now obsolete;
+                       all code enabling its use has been removed from the
+                       validator, "delv", and the DNSSEC tools. [GL #7]
+
 5275.  [bug]           Mark DS records included in referral messages
                        with trust level "pending" so that they can be
                        validated and cached immediately, with no need to
index 399b70e64b2026e50b7a23f74a2c3838ee9e3a84..c98cd84ac2deaa9926efb9cc7e82d45c558543b8 100644 (file)
          to root priming queries; this has been corrected. [GL #1092]
        </para>
       </listitem>
+      <listitem>
+       <para>
+         Cache database statistics counters could report invalid values
+         when stale answers were enabled, because of a bug in counter
+         maintenance when cache data becomes stale. The statistics counters
+         have been corrected to report the number of RRsets for each
+         RR type that are active, stale but still potentially served,
+         or stale and marked for deletion. [GL #602]
+       </para>
+      </listitem>
     </itemizedlist>
   </section>