]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #2433]
authorEvan Hunt <each@isc.org>
Sat, 22 May 2021 17:43:20 +0000 (10:43 -0700)
committerOndřej Surý <ondrej@sury.org>
Fri, 9 Jul 2021 13:59:03 +0000 (15:59 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 319af7b76abca57d5495627354ffc0190296e343..594c8506996efd8acd55d1f69571d9099dbb0d27 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5676.  [func]          Memory allocation has been substantially refactored,
+                       and is now based on the memory allocation API
+                       provided by 'libjemalloc'. This is now a build
+                       dependency for BIND. [GL #2433]
+
 5675.  [bug]           Improve BIND's compatibility with DoH clients by
                        ignoring an "Accept" HTTP header value. [GL !5246]
 
index 0ef55db54c706a518402f8a73723aa85e192b24e..58b24f4ffb5eec03239800494415bf13a0fe0384 100644 (file)
@@ -51,6 +51,11 @@ Feature Changes
   configuration option ``--disable-doh``.  This allows BIND 9 to be
   compiled without libnghttp2 library. [GL #2478]
 
+- Memory allocation has been substantially refactored, and is now based on
+  the memory allocation API provided by the `jemalloc` library on platforms
+  where it is available. This library is now recommended for building BIND 9.
+  :gl:`#2433`
+
 Bug Fixes
 ~~~~~~~~~