]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Changes and release notes for [#2596]
authorMatthijs Mekking <matthijs@isc.org>
Mon, 12 Apr 2021 13:57:38 +0000 (15:57 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 5 May 2021 10:54:05 +0000 (12:54 +0200)
(cherry picked from commit 366ed047ddebf14bffa82f991af9195f7c5eadda)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 685dac33595a10c7f46de6c2413b5aa0f5649302..ebd18f2ea88b8982cc8cca0fd889f626471c7aac 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5634.  [bug]           Don't roll keys when the private key file is offline.
+                       [GL #2596]
+
 5633.  [func]          Change the "max-ixfr-ratio" default to "unlimited".
                        [GL #2671]
 
index ff654e763b4057c57afbafe80403c1c8c255cfa1..5d8c23b0fd62040f9e590d255348788dd2a08b3d 100644 (file)
@@ -71,3 +71,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`