diff --git a/CHANGES b/CHANGES index 5a404712cb..20fe610301 100644 --- a/CHANGES +++ b/CHANGES @@ -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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 730c833800..1e00dde0c2 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~