]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #4296]
authorOndřej Surý <ondrej@isc.org>
Tue, 5 Sep 2023 12:38:55 +0000 (14:38 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 5 Sep 2023 16:47:29 +0000 (18:47 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e7d8cef2a3c9f7d527fded414416d87f70433b41..96e490149338ff7c9cf836853683d15de7561faf 100644 (file)
--- 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
index d641a266f803fc77e3ddf22caa53557c0c6cf665..6b355503610ab63957897e6d3804ed9b19f72c9f 100644 (file)
@@ -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
 ~~~~~~~~~