Added CHANGES and release note for [GL #4668]

This commit is contained in:
Aydın Mercan 2024-05-08 14:58:57 +03:00
parent e037520b92
commit d6dd51bb1b
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View file

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

View file

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