From: Ondřej Surý Date: Fri, 9 Sep 2022 08:48:13 +0000 (+0200) Subject: Add CHANGES and release note for [GL #3542] X-Git-Tag: v9.19.6~58^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e29563173bf931830d0a2eba0d0aaebfadbfad8e;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3542] --- diff --git a/CHANGES b/CHANGES index 85b06f6d43e..6b652228a38 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 8d10c30d8ec..1bdaa662421 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`