mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:59:59 -04:00
Add notes and CHANGES for #1870
This is a new features so it requires a CHANGE and release notes entry.
This commit is contained in:
parent
388cc666e5
commit
1728599684
2 changed files with 8 additions and 0 deletions
4
CHANGES
4
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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue