mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 02:19:59 -04:00
Add CHANGES and release note for [GL #4296]
This commit is contained in:
parent
2084986462
commit
7423557e42
2 changed files with 8 additions and 0 deletions
4
CHANGES
4
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue