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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org