From: Matthijs Mekking Date: Thu, 1 Feb 2024 08:50:40 +0000 (+0100) Subject: Add release notes and CHANGES for #4554 X-Git-Tag: v9.19.24~28^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b7785bc237997342647c4ef47d996e9cab55b91;p=thirdparty%2Fbind9.git Add release notes and CHANGES for #4554 Mention the new signature jitter option. --- diff --git a/CHANGES b/CHANGES index ffd0749d42c..dcf18af4a04 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 5fbe33da5c6..9812b77e46d 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 ~~~~~~~~~~~~~~~~