From b4357fab6fb75d32478a4d5b912eb4eaeefe73fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 17 Jan 2023 07:28:02 +0100 Subject: [PATCH] Add CHANGES and release note for [GL #3801] (cherry picked from commit b049e329efefe053ed88079197b572c7edd90f79) --- CHANGES | 4 ++++ doc/notes/notes-current.rst | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 ~~~~~~~~~~~~