From: Ondřej Surý Date: Thu, 19 Jan 2023 16:14:31 +0000 (+0100) Subject: Add CHANGES and release note for [GL #3718] X-Git-Tag: v9.19.10~18^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=122737ace63e943b157db340e810c67229f3bd02;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3718] --- diff --git a/CHANGES b/CHANGES index c008d91d14a..bee2498184e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6078. [func] Cleanup the memory statistic counters to a bare + minumum - InUse with Malloced as alias. [GL #3718] + 6077. [func] Implement query forwarding to DoT-enabled upstream servers. [GL #3726] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8b38c42da01..600ec0745ce 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -48,7 +48,10 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- The memory statistics were reduced to a single counter InUse (with Malloced as + alias). Most of the counters were useful with the old BIND 9 internal memory + allocator that has been removed. The InUse/Malloced counter is the only one + that bears any real value in production. :gl:`#3718` Bug Fixes ~~~~~~~~~