From: Matthijs Mekking Date: Wed, 9 Sep 2020 09:23:28 +0000 (+0200) Subject: Add notes and CHANGES for #1870 X-Git-Tag: v9.17.6~35^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1728599684fc077e6ac7d95eb388682e860f48b7;p=thirdparty%2Fbind9.git Add notes and CHANGES for #1870 This is a new features so it requires a CHANGE and release notes entry. --- diff --git a/CHANGES b/CHANGES index 99ae00fe988..4ee085ccc1f 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8969bd52522..bc5b4659bf3 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~~~~~