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 19:18:58 UTC

[tomcat] 01/02: 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 master
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit d0d773e9691e17251a065d7ca92b1339d8c826ab
Author: Konstantin Kolinko <kk...@apache.org>
AuthorDate: Wed Nov 18 22:15:07 2020 +0300

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

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index f19b41f..5afb18b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -191,8 +191,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">
@@ -1559,10 +1561,12 @@
 </section>
 <section name="Tomcat 10.0.0-M1 (markt)" rtext="2020-02-20">
   <subsection name="General">
-    <scode>
-      This release contains all of the changes upto and including those in
-      Apache Tomcat 9.0.31 plus the additional changes listed below. (markt)
-    </scode>
+    <changelog>
+      <scode>
+        This release contains all of the changes upto and including those in
+        Apache Tomcat 9.0.31 plus the additional changes listed below. (markt)
+      </scode>
+    </changelog>
   </subsection>
   <subsection name="Catalina">
     <changelog>


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