mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Add CHANGES and release notes for [GL #2433]
This commit is contained in:
parent
9c3bebc26f
commit
d40d1fd590
5
CHANGES
5
CHANGES
@ -1,3 +1,8 @@
|
|||||||
|
5676. [func] Memory allocation has been substantially refactored,
|
||||||
|
and is now based on the memory allocation API
|
||||||
|
provided by 'libjemalloc'. This is now a build
|
||||||
|
dependency for BIND. [GL #2433]
|
||||||
|
|
||||||
5675. [bug] Improve BIND's compatibility with DoH clients by
|
5675. [bug] Improve BIND's compatibility with DoH clients by
|
||||||
ignoring an "Accept" HTTP header value. [GL !5246]
|
ignoring an "Accept" HTTP header value. [GL !5246]
|
||||||
|
|
||||||
|
@ -51,6 +51,11 @@ Feature Changes
|
|||||||
configuration option ``--disable-doh``. This allows BIND 9 to be
|
configuration option ``--disable-doh``. This allows BIND 9 to be
|
||||||
compiled without libnghttp2 library. [GL #2478]
|
compiled without libnghttp2 library. [GL #2478]
|
||||||
|
|
||||||
|
- Memory allocation has been substantially refactored, and is now based on
|
||||||
|
the memory allocation API provided by the `jemalloc` library on platforms
|
||||||
|
where it is available. This library is now recommended for building BIND 9.
|
||||||
|
:gl:`#2433`
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user