You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/10/04 14:18:15 UTC

svn commit: r1842816 - /tomcat/trunk/webapps/docs/changelog.xml

Author: markt
Date: Thu Oct  4 14:18:15 2018
New Revision: 1842816

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

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=1842816&r1=1842815&r2=1842816&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Oct  4 14:18:15 2018
@@ -147,14 +147,14 @@
   <subsection name="Web applications">
     <changelog>
       <fix>
-        <bug>62712</bug>: Correct NPE in Manager application when attempting to
-        view configured certificates for an APR/native TLS connector. (markt)
-      </fix>
-      <fix>
         <bug>62676</bug>: Expand the CORS filter documentation to make it clear
         that explicit configuration is required to enable support for
         cross-origin requests. (markt)
       </fix>
+      <fix>
+        <bug>62712</bug>: Correct NPE in Manager application when attempting to
+        view configured certificates for an APR/native TLS connector. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Tribes">



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