You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2016/10/23 13:55:48 UTC

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

Author: violetagg
Date: Sun Oct 23 13:55:47 2016
New Revision: 1766284

URL: http://svn.apache.org/viewvc?rev=1766284&view=rev
Log:
Correct the order of the sections

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=1766284&r1=1766283&r2=1766284&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sun Oct 23 13:55:47 2016
@@ -101,19 +101,6 @@
       </fix>
     </changelog>
   </subsection>
-  <subsection name="jdbc-pool">
-    <changelog>
-      <fix>
-        <bug>60099</bug>: Ensure that use all method arguments as a cache key
-        when using <code>StatementCache</code>. (kfujino)
-      </fix>
-      <fix>
-        <bug>60139</bug>: Correct Javadocs for
-        <code>PoolConfiguration.getValidationInterval</code> and
-        <code>setValidationInterval</code>. Reported by Phillip Webb. (kfujino)
-      </fix>
-    </changelog>
-  </subsection>
   <subsection name="Web applications">
     <changelog>
       <add>
@@ -131,6 +118,19 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="jdbc-pool">
+    <changelog>
+      <fix>
+        <bug>60099</bug>: Ensure that use all method arguments as a cache key
+        when using <code>StatementCache</code>. (kfujino)
+      </fix>
+      <fix>
+        <bug>60139</bug>: Correct Javadocs for
+        <code>PoolConfiguration.getValidationInterval</code> and
+        <code>setValidationInterval</code>. Reported by Phillip Webb. (kfujino)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Other">
     <changelog>
       <add>



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