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 2014/06/06 13:38:57 UTC

svn commit: r1600846 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Fri Jun  6 11:38:57 2014
New Revision: 1600846

URL: http://svn.apache.org/r1600846
Log:
Fix ordering of changelog entries according to bug number.

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1600846&r1=1600845&r2=1600846&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Jun  6 11:38:57 2014
@@ -77,14 +77,14 @@
         may otherwise be triggered by a web application which in turn would
         trigger an exception when running under a security manager. (kkolinko)
       </fix>
-      <scode>
-        <bug>56588</bug>: Update deprecation of Context.addApplicationListener()
-        methods according to changes in Tomcat 8. (kkolinko)
-      </scode>
       <fix>
         <bug>56578</bug>: Correct regression in the fix for <bug>56339</bug>
         that prevented sessions from expiring when using clustering. (markt)
       </fix>
+      <scode>
+        <bug>56588</bug>: Update deprecation of Context.addApplicationListener()
+        methods according to changes in Tomcat 8. (kkolinko)
+      </scode>
     </changelog>
   </subsection>
   <subsection name="Coyote">



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