Author: markt
Date: Mon Jun 19 12:29:22 2017
New Revision: 1799194

URL: http://svn.apache.org/viewvc?rev=1799194&view=rev
Log:
Correct section

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1799194&r1=1799193&r2=1799194&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Jun 19 12:29:22 2017
@@ -187,6 +187,11 @@
         Improve thread-safety of <code>Future</code>s used to report the result
         of sending WebSocket messages. (markt)
       </fix>
+      <fix>
+        <bug>61183</bug>: Correct a regression in the previous fix for
+        <bug>58624</bug> that could trigger a deadlock depending on the locking
+        strategy employed by the client code. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Web applications">
@@ -201,11 +206,6 @@
         and/or stack traces on web application stop and/or start when running
         under a security manager. (markt)
       </fix>
-      <fix>
-        <bug>61183</bug>: Correct a regression in the previous fix for
-        <bug>58624</bug> that could trigger a deadlock depending on the locking
-        strategy employed by the client code. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">



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

Reply via email to