From: Ondřej Surý Date: Tue, 5 Sep 2023 12:38:55 +0000 (+0200) Subject: Add CHANGES and release note for [GL #4296] X-Git-Tag: v9.19.17~11^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7423557e429d66d3cdd70d9f592a6c91ecfdf6fe;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #4296] --- diff --git a/CHANGES b/CHANGES index e7d8cef2a3c..96e49014933 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6242. [func] Ignore jemalloc versions before 4.0.0 as we now + need explicit memory arenas and tcache support. + [GL #4296] + 6241. [placeholder] 6240. [bug] Use dedicated per-worker thread jemalloc memory diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index d641a266f80..6b355503610 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -40,6 +40,10 @@ Feature Changes AXFR query types. ``named`` will now be making EDNS queries AXFR and IXFR queries with EDNS options present. :gl:`#4170` +- Compiling with jemalloc versions older than 4.0.0 is no longer supported; + those versions do not provide the features required by current BIND 9 + releases. :gl:`#4296` + Bug Fixes ~~~~~~~~~