]> 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:05:29 +0000 (16:05 +0200)
News worthy.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 92323f36b2366f24fff771d378072253eb46de3b..abedcfe7b343aef0bedcf136ac03df98fe59dc4b 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 acbec4e529c5bab95978ec71afed1bedccdb928e..bbc6fc35bfb61950444db4849207d278326cb707 100644 (file)
@@ -58,3 +58,7 @@ Bug Fixes
 - Non-dynamic zones that inherit dnssec-policy from the view or
   options level were not marked as inline-signed, and thus were never
   scheduled to be re-signed. This is now fixed. :gl:`#3438`
+
+- 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`