diff --git a/CHANGES b/CHANGES index ffd0749d42..dcf18af4a0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +6372. [func] Implement signature jitter for dnssec-policy. [GL #4554] + 6371. [bug] Access to the trust bytes in the ncache data needed to be made thread safe. [GL #4475] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 5fbe33da5c..9812b77e46 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -22,6 +22,9 @@ New Features - None. +- A new option :any:`signatures-jitter` is added to :any:`dnssec-policy` to + spread out signature expiration times over a period of time. :gl:`#4554` + Removed Features ~~~~~~~~~~~~~~~~