From e29563173bf931830d0a2eba0d0aaebfadbfad8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 9 Sep 2022 10:48:13 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #3542] --- CHANGES | 4 ++++ doc/notes/notes-current.rst | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 85b06f6d43..6b652228a3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5972. [bug] Gracefully handle when the statschannel HTTP connection + gets cancelled during sending data back to the client. + [GL #3542] + 5971. [func] Add libsystemd sd_notify() support. [GL #1176] 5970. [func] Log the reason why a query was refused. [GL !6669] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8d10c30d8e..1bdaa66242 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -60,4 +60,5 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- None. +- An assertion failure was fixed in ``named`` that was caused by aborting the statistics + channel connection while sending statistics data to the client. :gl:`#3542`