2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Add CHANGES and release note for [GL #3542]

This commit is contained in:
Ondřej Surý
2022-09-09 10:48:13 +02:00
parent 6869c98d36
commit e29563173b
2 changed files with 6 additions and 1 deletions

View File

@@ -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]

View 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`