Author: markt Date: Wed Oct 21 22:14:46 2009 New Revision: 828236 URL: http://svn.apache.org/viewvc?rev=828236&view=rev Log: Update to pool 1.5.3
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=828236&r1=828235&r2=828236&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Oct 21 22:14:46 2009 @@ -310,11 +310,6 @@ rjung: me to (threadRatio <= 75 branch). ) -* Upgrade to Commons-Pool 1.5.3. 1.5.2 had a leak - http://svn.apache.org/viewvc?rev=821412&view=rev - +1: markt, kkolinko, rjung - -1: - * Fix memory leak causes by a JRE implementation change in 1.6.0_15 onwards http://svn.apache.org/viewvc?view=revision&revision=828196 +1: markt Modified: tomcat/tc6.0.x/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.properties.default?rev=828236&r1=828235&r2=828236&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/build.properties.default (original) +++ tomcat/tc6.0.x/trunk/build.properties.default Wed Oct 21 22:14:46 2009 @@ -74,8 +74,8 @@ commons-dbcp-src.loc=${base-commons.loc}/dbcp/source/commons-dbcp-1.2.2-src.tar.gz # ----- Commons Pool, version 1.1 or later ----- -commons-pool.home=${base.path}/commons-pool-1.5.2-src -commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.5.2-src.tar.gz +commons-pool.home=${base.path}/commons-pool-1.5.3-src +commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.5.3-src.tar.gz # ----- NSIS, version 2.0 or later ----- nsis.home=${base.path}/nsis-2.45 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=828236&r1=828235&r2=828236&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Oct 21 22:14:46 2009 @@ -155,7 +155,7 @@ requests. (markt) </add> <update> - Update Apache Commons Pool from 1.4 to 1.5.2. This update includes + Update Apache Commons Pool from 1.4 to 1.5.3. This update includes various fixes to prevent deadlocks, reduces synchronization and makes object allocation occur fairly - i.e. objects are allocated to threads in the order that the threads request them. This update fixes a number --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org