Add CHANGES and release note for [GL #4296]

This commit is contained in:
Ondřej Surý 2023-09-05 14:38:55 +02:00
parent 2084986462
commit 7423557e42
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41
2 changed files with 8 additions and 0 deletions

View file

@ -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

View 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
~~~~~~~~~