Add CHANGES and release note for [GL #3801]

(cherry picked from commit b049e329ef)
This commit is contained in:
Ondřej Surý 2023-01-17 07:28:02 +01:00
parent fe0e9cf301
commit b4357fab6f
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41
2 changed files with 7 additions and 1 deletions

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]

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
~~~~~~~~~~~~