]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add change entry and release note for #3462
authorMatthijs Mekking <matthijs@isc.org>
Wed, 20 Jul 2022 09:33:32 +0000 (11:33 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 25 Jul 2022 14:29:41 +0000 (16:29 +0200)
News worthy.

(cherry picked from commit 44bbc0175c5cd0df5c45b726464bcb82604d34ab)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 604181d24a4be9d3c5fa9016b5597e2e3073a02a..a8eef143cc63ef286595181ebac06434de7a9a09 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5932.  [bug]           Fix rndc dumpdb -expired and always include expired
+                       RRsets, not just for RBTDB_VIRTUAL time window.
+                       [GL #3462]
+
 5931.  [bug]           Fix DiG query error handling robustness in NSSEARCH
                        mode by making sure that udp_ready(), tcp_connected(),
                        and send_done() callbacks start the next query in chain
index 0bf1dcca117f95d29d02cc1ae8bbbbba4835e968..2d89f1b1ade8b324dbdb763d0d6a767540ab3878 100644 (file)
@@ -57,3 +57,7 @@ Bug Fixes
   ``dnssec-policy``. In zones with both the old ``max-zone-ttl``
   option and ``dnssec-policy`` configured, the old option will be
   ignored, and a warning will be generated. :gl:`#2918`
+
+- Fix `rndc dumpdb -expired` to include expired RRsets, even if the cache
+  cleaning time window has passed. This will now show expired RRsets that are
+  stuck in the cache. :gl:`#3462`