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

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


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

commit 9c51dc6eff2b67a9c780ad546c99c21f887b0fe0
Author: Konstantin Kolinko <kkoli...@apache.org>
AuthorDate: Wed Nov 18 23:05:40 2020 +0300

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

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 7de3087..63d586a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -187,8 +187,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">


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

Reply via email to