]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Move release notes to the sections they belong to
authorMichał Kępień <michal@isc.org>
Tue, 5 May 2020 20:27:13 +0000 (22:27 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 5 May 2020 20:27:13 +0000 (22:27 +0200)
doc/arm/notes-9.16.3.xml

index 55ced79a4c322442c2485f7014a6ed1ddac39f92..7b138732d5103db81f8ff04fff6c7a8daaa7e995 100644 (file)
@@ -15,8 +15,7 @@
     <itemizedlist>
       <listitem>
         <para>
-          A bug in dnstap initialization could prevent some dnstap data from
-          being logged, especially on recursive resolvers. [GL #1795]
+          None.
         </para>
       </listitem>
     </itemizedlist>
@@ -25,9 +24,6 @@
   <section xml:id="relnotes-9.16.3-known"><info><title>Known Issues</title></info>
     <itemizedlist>
       <listitem>
-        <para>
-         None.
-        </para>
         <para>
           BIND crashes on startup when linked against libuv 1.36.  This issue is
           related to recvmmsg() support in libuv which was first included in
 
   <section xml:id="relnotes-9.16.3-changes"><info><title>Feature Changes</title></info>
     <itemizedlist>
-      <listitem>
-        <para>
-         None.
-        </para>
-      </listitem>
       <listitem>
         <para>
           The native PKCS#11 EdDSA implementation has been updated to PKCS#11
           Log messages are emitted for streams with inconsistent message IDs.
           [GL #1674]
         </para>
+        <para>
+          The default rwlock implementation has been changed back to the native
+          BIND 9 rwlock implementation. [GL #1753]
+        </para>
+        <para>
+          BIND 9 no longer sets the recv and send buffer sizes for sockets, relying
+          on system defaults instead. [GL #1713]
+        </para>
       </listitem>
     </itemizedlist>
   </section>
     <itemizedlist>
       <listitem>
         <para>
-          The default rwlock implementation has been changed back to the native
-          BIND 9 rwlock implementation. [GL #1753]
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          BIND 9 no longer sets the recv and send buffer sizes for sockets, relying
-          on system defaults instead. [GL #1713]
+          A bug in dnstap initialization could prevent some dnstap data from
+          being logged, especially on recursive resolvers. [GL #1795]
         </para>
       </listitem>
       <listitem>