]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add notes and CHANGES for #1870
authorMatthijs Mekking <matthijs@isc.org>
Wed, 9 Sep 2020 09:23:28 +0000 (11:23 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 25 Sep 2020 06:21:14 +0000 (08:21 +0200)
This is a new features so it requires a CHANGE and release notes entry.

(cherry picked from commit 1728599684fc077e6ac7d95eb388682e860f48b7)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 721ed374f72bf66dfe534e811c11b4573a19b601..ab64012cd5199268174e69412bcb6e1e6e930fdb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5508.  [func]          Added new parameter "-expired" for "rndc dumpdb" that
+                       also prints expired RRsets (awaiting cleanup) to the
+                       dump file. [GL #1870]
+
 5507.  [bug]           Named could compute incorrect SIG(0) responses.
                        [GL #2109]
 
index decddcf2beddf121041aac9bfbd9e4be21c29a0f..9179fcb390d2ec69fc522f5792d5dd5c6bea7845 100644 (file)
@@ -26,6 +26,10 @@ New Features
 
 - None.
 
+- New ``rndc`` command ``rndc dumpdb -expired`` that dumps the cache database
+  to the dump-file including expired RRsets that are awaiting cleanup, for
+  diagnostic purposes. [GL #1870]
+
 Removed Features
 ~~~~~~~~~~~~~~~~