]> 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>
Wed, 23 Sep 2020 14:09:24 +0000 (16:09 +0200)
This is a new features so it requires a CHANGE and release notes entry.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 99ae00fe988a17eff1a8148e17f313c9b8d67442..4ee085ccc1f007d2df365fb35ffb4ff05e85ced6 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 8969bd52522b578553cc8799ce4eea5e00e840b3..bc5b4659bf32a6ae3a97979aecd87a675ee5d245 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
 ~~~~~~~~~~~~~~~~