From: Aydın Mercan Date: Tue, 16 Jan 2024 11:38:21 +0000 (+0300) Subject: Add CHANGES and release note for [GL #4425] X-Git-Tag: v9.19.22~80^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc2713700a5d0eebc5e3d6d0ee53fb4da7e67caf;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #4425] --- diff --git a/CHANGES b/CHANGES index ad6f4e7128f..dad4e32413f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6325. [func] Expose the TCP client count in statistics channel. + [GL #4425] + 6324. [bug] Changes to "listen-on" statements were ignored on reconfiguration unless the port or interface address was changed, making it impossible to change a related diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 6256f80f461..9867bbdc3ad 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -25,6 +25,9 @@ New Features consult the documentation for additional details. :gl:`#3504` +- The statistics channel now includes counters that indicate the number + of currently connected TCP IPv4/IPv6 clients. :gl:`#4425` + Removed Features ~~~~~~~~~~~~~~~~