Author: violetagg
Date: Tue Nov 15 14:26:21 2016
New Revision: 1769840

URL: http://svn.apache.org/viewvc?rev=1769840&view=rev
Log:
Correct the order. The issue numbers are sorted by their number, ascending.

Modified:
    tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1769840&r1=1769839&r2=1769840&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Tue Nov 15 14:26:21 2016
@@ -47,17 +47,22 @@
 <section name="Tomcat 8.5.9 (markt)" rtext="in development">
   <subsection name="Catalina">
     <changelog>
-      <fix>
-        <bug>60351</bug>: Delay creating <code>META-INF/war-tracker</code> file
-        until after the WAR has been expanded to address the case where the
-        Tomcat process terminates during the expansion. (markt)
-      </fix>
       <update>
         <bug>60202</bug>: Add an available flag to realms, to indicate the
         state, or the realm backend. Update lockout realm to only register
         auth failures if the realm is available. (remm)
       </update>
       <fix>
+        <bug>60340</bug>: Readability improvements for CSS used in
+        DefaultServlet and ErrorReportValve. Patch provided by Michael
+        Osipov. (violetagg)
+      </fix>
+      <fix>
+        <bug>60351</bug>: Delay creating <code>META-INF/war-tracker</code> file
+        until after the WAR has been expanded to address the case where the
+        Tomcat process terminates during the expansion. (markt)
+      </fix>
+      <fix>
         Correctly generate URLs for resources located inside JARs that are
         themselves located inside a packed WAR file. (markt)
       </fix>
@@ -66,11 +71,6 @@
         embedding Tomcat. (markt)
       </fix>
       <fix>
-        <bug>60340</bug>: Readability improvements for CSS used in
-        DefaultServlet and ErrorReportValve. Patch provided by Michael
-        Osipov. (violetagg)
-      </fix>
-      <fix>
         <bug>60368</bug>: Restore egde case for embedded allowing the connector
         to be removed. (remm)
       </fix>



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

Reply via email to