From: Michał Kępień Date: Mon, 11 Jul 2022 04:32:55 +0000 (+0200) Subject: Tweak and reword release notes X-Git-Tag: v9.16.31~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cbf8d3c18c6eedfbcb7ea7f52424aaac45c5848;p=thirdparty%2Fbind9.git Tweak and reword release notes --- diff --git a/doc/notes/notes-9.16.31.rst b/doc/notes/notes-9.16.31.rst index fcad63d0efb..30a13e553ad 100644 --- a/doc/notes/notes-9.16.31.rst +++ b/doc/notes/notes-9.16.31.rst @@ -15,9 +15,10 @@ Notes for BIND 9.16.31 Bug Fixes ~~~~~~~~~ -- Fix the assertion failure caused by TCP connection closing between the - connect (or accept) and the read from the socket. :gl:`#3400` +- An assertion failure caused by a TCP connection closing between a + connect (or accept) and a read from a socket has been fixed. + :gl:`#3400` -- ``named`` could crash during a very rare situation that could arise when - validating a query which had timed out at that same exact moment. This has - been fixed. :gl:`#3398` +- :iscman:`named` could crash during a very rare situation that could + arise when validating a query which had timed out at that exact + moment. This has been fixed. :gl:`#3398`