Author: kkolinko Date: Mon Jan 16 03:26:54 2012 New Revision: 1231817 URL: http://svn.apache.org/viewvc?rev=1231817&view=rev Log: Update to Apache Commons Pool 1.5.7
Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1231817&r1=1231816&r2=1231817&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Jan 16 03:26:54 2012 @@ -98,18 +98,6 @@ PATCHES PROPOSED TO BACKPORT: +1: kkolinko, rjung -1: -* Update to Apache Commons Pool 1.5.7 - In build.properties.default line 138: - - commons-pool.version=1.5.6 - + commons-pool.version=1.5.7 - Changelog: http://commons.apache.org/pool/changes-report.html - Reminder: One has to explicitly select "download" target in build.xml to - pick up the changes, as in the usual "deploy" target there is no check - that tomcat-dbcp.jar that has been built earlier used the specified - versions of pool and dbcp. - +1: kkolinko, rjung, markt - -1: - PATCHES/ISSUES THAT ARE STALLED Modified: tomcat/tc6.0.x/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.properties.default?rev=1231817&r1=1231816&r2=1231817&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/build.properties.default (original) +++ tomcat/tc6.0.x/trunk/build.properties.default Mon Jan 16 03:26:54 2012 @@ -135,7 +135,7 @@ commons-dbcp-src.loc.1=${base-commons.lo commons-dbcp-src.loc.2=${base-commons.loc.2}/dbcp/source/commons-dbcp-${commons-dbcp.version}-src.tar.gz # ----- Commons Pool, version 1.1 or later ----- -commons-pool.version=1.5.6 +commons-pool.version=1.5.7 commons-pool.home=${base.path}/commons-pool-${commons-pool.version}-src commons-pool-src.loc.1=${base-commons.loc.1}/pool/source/commons-pool-${commons-pool.version}-src.tar.gz commons-pool-src.loc.2=${base-commons.loc.2}/pool/source/commons-pool-${commons-pool.version}-src.tar.gz Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1231817&r1=1231816&r2=1231817&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Jan 16 03:26:54 2012 @@ -49,6 +49,9 @@ <update> Update Apache Commons Daemon to 1.0.8. (mturk) </update> + <update> + Update Apache Commons Pool to 1.5.7. (kkolinko) + </update> </changelog> </subsection> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org