From 7423557e429d66d3cdd70d9f592a6c91ecfdf6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 5 Sep 2023 14:38:55 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #4296] --- CHANGES | 4 ++++ doc/notes/notes-current.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index e7d8cef2a3..96e4901493 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 d641a266f8..6b35550361 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 ~~~~~~~~~