Add changes and notes for [#2408]

This commit is contained in:
Matthijs Mekking
2021-02-09 14:42:05 +01:00
parent 5be26898c0
commit 5a99a124fb
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
5588. [func] Add "purge-keys" option to "dnssec-policy". This sets
the time how long key files should be retained after
they have become obsolete. [GL #2408]
5587. [bug] A standalone libtool script no longer needs to be
present in PATH in order to build BIND 9 from a source
tarball prepared using "make dist". [GL #2504]

View File

@@ -26,6 +26,11 @@ New Features
- None.
- A new option, ``purge-keys``, has been added to ``dnssec-policy``. It sets
the time how long key files should be retained after they have become
obsolete (due to a key rollover). Default is 90 days, and the feature can
be disabled by setting it to 0. [GL #2408]
Removed Features
~~~~~~~~~~~~~~~~