From 8b7785bc237997342647c4ef47d996e9cab55b91 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 1 Feb 2024 09:50:40 +0100 Subject: [PATCH] Add release notes and CHANGES for #4554 Mention the new signature jitter option. --- CHANGES | 2 ++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 5 insertions(+) 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 ~~~~~~~~~~~~~~~~