]> 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:58:28 +0000 (10:58 +0200)
(cherry picked from commit e29563173bf931830d0a2eba0d0aaebfadbfad8e)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index c944deda4a0323e41162ab71f49f6bec6ebc7a56..ddc05088fa2017f75f03b9cd0d3f23b3f879fa62 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]
+
 5970.  [func]          Log the reason why a query was refused. [GL !6669]
 
 5967.  [cleanup]       Flagged the "random-device" option (which was
index 1c26f5934feea16c04579f1c75d09c4971f52998..3ab12933707efd1603f56b9f74913e2438e04de4 100644 (file)
@@ -40,4 +40,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`