From 2cfb92439b672a2e257001df9bcf8ccb78355a96 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] (cherry picked from commit cc2713700a5d0eebc5e3d6d0ee53fb4da7e67caf) --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 9991626b63..6bca7cc194 100644 --- a/CHANGES +++ b/CHANGES @@ -33,6 +33,9 @@ listener transport type. Thanks to Thomas Amgarten. [GL #4518] [GL #4528] +6325. [func] Expose the TCP client count in statistics channel. + [GL #4425] + 6324. [bug] Fix a possible crash in 'dig +nssearch +nofail' and 'host -C' commands when one of the name servers returns SERVFAIL. [GL #4508] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index d0ebd19623..325eced5b3 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -20,7 +20,8 @@ Security Fixes New Features ~~~~~~~~~~~~ -- None. +- The statistics channel now includes counters that indicate the number + of currently connected TCP IPv4/IPv6 clients. :gl:`#4425` Removed Features ~~~~~~~~~~~~~~~~