]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3542]
authorOndřej Surý <ondrej@isc.org>
Fri, 9 Sep 2022 08:48:13 +0000 (10:48 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 15 Sep 2022 08:29:58 +0000 (10:29 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 85b06f6d43e7a8c587a8bfb470a9b31f265cae5e..6b652228a38c5801692a7aff2900c5d93071cfd1 100644 (file)
--- 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]
index 8d10c30d8ecbffc755d1bab9fac3b5b48bfbafa6..1bdaa662421626c25d6b7776c82b621a66b431da 100644 (file)
@@ -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`