]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword release notes
authorMichał Kępień <michal@isc.org>
Mon, 11 Jul 2022 04:32:55 +0000 (06:32 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 11 Jul 2022 04:32:55 +0000 (06:32 +0200)
doc/notes/notes-9.16.31.rst

index fcad63d0efbba5197442415e4de90c6375da90b0..30a13e553ad8106aa1a88aaa041046dfaff717c5 100644 (file)
@@ -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`