Add CHANGES and release note for [GL #3801]

(cherry picked from commit b049e329ef)
This commit is contained in:
Ondřej Surý
2023-01-17 22:47:44 +01:00
parent fe0e9cf301
commit b4357fab6f
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
6069. [bug] Detach from the view in zone_shutdown() to
release the memory held by the dead view
early. [GL #3801]
6068. [bug] Downloading a zone via TLS from a server which does
not negotiate "dot" ALPN token could crash BIND
on shutdown. That has been fixed. [GL #3767]
+3 -1
View File
@@ -35,7 +35,9 @@ Feature Changes
Bug Fixes
~~~~~~~~~
- None.
- A constant stream of zone additions and deletions via ``rndc reconfig`` could
cause increased memory consumption due to delayed cleaning of view memory.
This has been fixed. :gl:`#3801`
Known Issues
~~~~~~~~~~~~