]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Mon, 16 Nov 2020 13:49:34 +0000 (14:49 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 26 Nov 2020 11:25:53 +0000 (12:25 +0100)
doc/notes/notes-current.rst

index c9a20e7c8e70b364c992c94985faac506528af4a..c73a4c7e733da1f7571cc9b0bb1983f466912f46 100644 (file)
@@ -42,11 +42,11 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- ``UV_EOF`` is no longer treated as a ``TCP4RecvErr`` or a
-  ``TCP6RecvErr``. [GL #2208]
-
 - ``named`` could crash with an assertion failure if a TCP connection
   were closed while a request was still being processed. [GL #2227]
 
+- ``UV_EOF`` is no longer treated as a ``TCP4RecvErr`` or a
+  ``TCP6RecvErr``. [GL #2208]
+
 - The synthesised CNAME from a DNAME was incorrectly followed when the QTYPE
   was CNAME or ANY. [GL #2280]