Add CHANGES and release note for [GL #3727]

This commit is contained in:
Ondřej Surý
2022-12-07 16:52:07 +01:00
committed by Ondřej Surý
parent fb1acd6736
commit 56a997b0b5
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
6043. [bug] The key file IO locks objects would never get
deleted from the hashtable due to off-by-one error.
[GL #3727]
6042. [bug] ANY responses could sometimes have the wrong TTL.
[GL #3613]

View File

@@ -79,6 +79,12 @@ Bug Fixes
- The ``named`` would wait for some outstanding recursing queries
to finish before shutting down. This has been fixed. :gl:`#3183`
- When a zone is deleted from a server, an key management objects related to
that zone would be kept in the memory and released only at the server
shutdown. This could lead to constantly increasing memory usage for servers
with a high zone churn. :gl:`#3727`
Known Issues
~~~~~~~~~~~~