From: Evan Hunt Date: Sat, 22 May 2021 17:43:20 +0000 (-0700) Subject: Add CHANGES and release notes for [GL #2433] X-Git-Tag: v9.17.17~40^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d40d1fd5909b44e70254874b7913eaf110faf7ea;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #2433] --- diff --git a/CHANGES b/CHANGES index 319af7b76ab..594c8506996 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 0ef55db54c7..58b24f4ffb5 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~