From 366ed047ddebf14bffa82f991af9195f7c5eadda Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Mon, 12 Apr 2021 15:57:38 +0200 Subject: [PATCH] Changes and release notes for [#2596] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 3c752cc442..2d214f7d91 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5634. [bug] Don't roll keys when the private key file is offline. + [GL #2596] + 5633. [doc] Inline-signing was incorrectly described as being inherited from the options / view levels and was incorrectly accepted at those levels without effect. diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b9b48a46c4..aa3cdde892 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -82,3 +82,6 @@ Bug Fixes between the new keys too. :gl:`#2628` - Update ZONEMD to match RFC 8976. :gl:`#2658` + +- With ``dnssec-policy```, don't roll keys if the private key file is offline. + :gl:`#2596`