From 74d5f8f689ce2109e3bea57d1608a4b268f7eaef 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. (cherry picked from commit 8b7785bc237997342647c4ef47d996e9cab55b91) --- CHANGES | 2 ++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 73bd3de0c3..ba83424e8b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +6372. [func] Implement signature jitter for dnssec-policy. [GL #4554] + --- 9.18.26 released --- 6364. [protocol] Add RESOLVER.ARPA to the built in empty zones. diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 3c40996271..e59cc4eacb 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 ~~~~~~~~~~~~~~~~