Author: markt Date: Mon Sep 27 13:08:24 2010 New Revision: 1001725 URL: http://svn.apache.org/viewvc?rev=1001725&view=rev Log: Update to pool 1.5.5
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=1001725&r1=1001724&r2=1001725&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Sep 27 13:08:24 2010 @@ -146,12 +146,6 @@ PATCHES PROPOSED TO BACKPORT: kkolinko: A bit hard to understand. The proposal is about a rule that processes <Context>, but LifecycleListenerRule is used for <Engine> and <Host> as well. -* Update commons pool to 1.5.5 - http://svn.apache.org/viewvc?rev=996163&view=rev - (Changelog: http://commons.apache.org/pool/changes-report.html#a1.5.5) - +1: markt, kkolinko, kfujino - -1: - * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49924 When non-primary node changes into a primary node, make sure isPrimarySession is changed to true. Modified: tomcat/tc6.0.x/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.properties.default?rev=1001725&r1=1001724&r2=1001725&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/build.properties.default (original) +++ tomcat/tc6.0.x/trunk/build.properties.default Mon Sep 27 13:08:24 2010 @@ -123,7 +123,7 @@ commons-dbcp.home=${base.path}/commons-d commons-dbcp-src.loc=${base-commons.loc}/dbcp/source/commons-dbcp-${commons-dbcp.version}-src.tar.gz # ----- Commons Pool, version 1.1 or later ----- -commons-pool.version=1.5.4 +commons-pool.version=1.5.5 commons-pool.home=${base.path}/commons-pool-${commons-pool.version}-src commons-pool-src.loc=${base-commons.loc}/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=1001725&r1=1001724&r2=1001725&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Sep 27 13:08:24 2010 @@ -53,6 +53,9 @@ <add> Allow the off-line building of the extras package. (markt) </add> + <update> + Update to Commons Pool 1.5.5. (markt) + </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