From cc2713700a5d0eebc5e3d6d0ee53fb4da7e67caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayd=C4=B1n=20Mercan?= Date: Tue, 16 Jan 2024 14:38:21 +0300 Subject: [PATCH] Add CHANGES and release note for [GL #4425] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index ad6f4e7128..dad4e32413 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 6256f80f46..9867bbdc3a 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 ~~~~~~~~~~~~~~~~