]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3718]
authorOndřej Surý <ondrej@isc.org>
Thu, 19 Jan 2023 16:14:31 +0000 (17:14 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 24 Jan 2023 17:57:16 +0000 (17:57 +0000)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index c008d91d14a1a8fb823c0503f1e0a87bbba76b13..bee2498184e0f0aa7445ab4bbef1ba952ad32be4 100644 (file)
--- 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]
 
index 8b38c42da0189779363fe31df8912ab689711da7..600ec0745ce1b47ed1916b02d21708dec3ff816c 100644 (file)
@@ -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
 ~~~~~~~~~