]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix TCP high-water release note
authorMichał Kępień <michal@isc.org>
Wed, 6 Nov 2019 15:25:55 +0000 (16:25 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 6 Nov 2019 15:31:53 +0000 (16:31 +0100)
Add missing GitLab issue number to the TCP high-water release note and
put it in the "New Features" section where it belongs.

(cherry picked from commit d0a3273d4dc3f6b04e1bf983478066fecf5ab856)

doc/arm/notes-9.14.8.xml

index 4522d99f6e1f8eca163fb25588fab0d4ebedcf6c..5bec53a753488afec76fa4bc3dc6a03d7f6d41c0 100644 (file)
 
 <section xml:id="relnotes-9.14.8"><info><title>Notes for BIND 9.14.8</title></info>
 
+  <section xml:id="relnotes-9.14.8-features"><info><title>New Features</title></info>
+    <itemizedlist>
+      <listitem>
+        <para>
+          Added a new statistics variable <command>tcp-highwater</command>
+          that reports the maximum number of simultaneous TCP clients BIND
+          has handled while running. [GL #1206]
+        </para>
+      </listitem>
+    </itemizedlist>
+  </section>
+
   <section xml:id="relnotes-9.14.8-changes"><info><title>Feature Changes</title></info>
     <itemizedlist>
       <listitem>
           in the future releases. [GL #1265]
         </para>
       </listitem>
-      <listitem>
-       <para>
-          Added a new statistics variable <command>tcp-highwater</command>
-          that reports the maximum number of simultaneous TCP clients BIND
-          has handled while running.
-       </para>
-      </listitem>
     </itemizedlist>
   </section>