This is a bugfix worth mentioning.
+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]
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`