]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for GL #3049
authorMatthijs Mekking <matthijs@isc.org>
Tue, 7 Dec 2021 13:26:05 +0000 (14:26 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 6 Jan 2022 08:33:35 +0000 (09:33 +0100)
This is a bugfix worth mentioning.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 0e6b6307ba06079b313e064b03c68befb6eeb6b0..10c516fb0f2bcfa5ccadfe7409741dffed4ab86d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5789.  [bug]           Allow replacing expired zone signatures with
+                       signatures created by the KSK. [GL #3049]
+
 5788.  [bug]           An assertion could occur if a catalog zone event was
                        scheduled while the task manager was being shut
                        down. [GL #3074]
index 741b70453b11a65d3a5c79af6d50d91efdf40755..cfecfd31230e46506923495296b9e951df01f55b 100644 (file)
@@ -41,6 +41,10 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
+- If signatures created by the ZSK are expired, and the ZSK private key is offline,
+  allow the expired signatures to be replaced with signatures created by the KSK.
+  :gl:`#3049`
+
 - On FreeBSD, a TCP connection would leak a small amount of heap memory leading
   to out-of-memory problem in a long run. This has been fixed. :gl:`#3051`