mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 13:42:06 -04:00
Added CHANGES and release note for [GL #4668]
This commit is contained in:
parent
e037520b92
commit
d6dd51bb1b
2 changed files with 8 additions and 1 deletions
5
CHANGES
5
CHANGES
|
|
@ -1,3 +1,8 @@
|
|||
6387. [func] Added a new statistics variable "recursive high-water"
|
||||
that reports the maximum number of simultaneous
|
||||
recursive clients BIND has handled while running.
|
||||
[GL #4668]
|
||||
|
||||
6386. [bug] When shutting down catzs->view could point to freed
|
||||
memory. Obtain a reference to the view to prevent this.
|
||||
[GL #4502]
|
||||
|
|
|
|||
|
|
@ -20,7 +20,9 @@ Security Fixes
|
|||
New Features
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- None.
|
||||
- Added a new statistics variable ``recursive high-water`` that reports
|
||||
the maximum number of simultaneous recursive clients BIND has handled
|
||||
while running. :gl:`#4668`
|
||||
|
||||
Removed Features
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue