2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Add CHANGES and release note for GL #3049

This is a bugfix worth mentioning.
This commit is contained in:
Matthijs Mekking
2021-12-07 14:26:05 +01:00
parent fbd559ad0d
commit f3e668d630
2 changed files with 7 additions and 0 deletions

View File

@@ -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]

View 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`