mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:20:01 -04:00
Add CHANGES and release note for [GL #3718]
This commit is contained in:
parent
a0f322a38b
commit
122737ace6
2 changed files with 7 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
6078. [func] Cleanup the memory statistic counters to a bare
|
||||
minumum - InUse with Malloced as alias. [GL #3718]
|
||||
|
||||
6077. [func] Implement query forwarding to DoT-enabled upstream
|
||||
servers. [GL #3726]
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,10 @@ Removed Features
|
|||
Feature Changes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- None.
|
||||
- The memory statistics were reduced to a single counter InUse (with Malloced as
|
||||
alias). Most of the counters were useful with the old BIND 9 internal memory
|
||||
allocator that has been removed. The InUse/Malloced counter is the only one
|
||||
that bears any real value in production. :gl:`#3718`
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue