You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2020/11/18 20:21:10 UTC

[tomcat] branch 8.5.x updated: Bug 64931 - Fix structural errors in changelog.xml file.

This is an automated email from the ASF dual-hosted git repository.

kkolinko pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 4b42204  Bug 64931 - Fix structural errors in changelog.xml file.
4b42204 is described below

commit 4b42204df626ef282a7cdf7307ac6023c6845d72
Author: Konstantin Kolinko <kk...@apache.org>
AuthorDate: Wed Nov 18 23:19:08 2020 +0300

    Bug 64931 - Fix structural errors in changelog.xml file.
---
 webapps/docs/changelog.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 0ce3113..5636271 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -118,8 +118,10 @@
   </subsection>
   <subsection name="WebSocket">
     <changelog>
-      <bug>64848</bug>: Fix a variation of this memory leak when a write I/O
-      error occurs on a non-container thread. (markt)
+      <fix>
+        <bug>64848</bug>: Fix a variation of this memory leak when a write I/O
+        error occurs on a non-container thread. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Web applications">
@@ -3922,7 +3924,7 @@
     </changelog>
   </subsection>
   <subsection name="Web applications">
-    <changlog>
+    <changelog>
       <fix>
         <bug>62395</bug>: Clarify the meaning of the connector attribute
         <code>minSpareThreads</code> in the documentation web application.
@@ -3932,7 +3934,7 @@
         Correct the documentation for the <code>allowHostHeaderMismatch</code>
         attribute of the standard HTTP Connector implementations. (markt)
       </fix>
-    </changlog>
+    </changelog>
   </subsection>
   <subsection name="Tribes">
     <changelog>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org