You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/07/16 22:37:47 UTC

svn commit: r794840 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default webapps/docs/changelog.xml

Author: markt
Date: Thu Jul 16 20:37:47 2009
New Revision: 794840

URL: http://svn.apache.org/viewvc?rev=794840&view=rev
Log:
Update commons pool to 1.5.2

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=794840&r1=794839&r2=794840&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Jul 16 20:37:47 2009
@@ -168,11 +168,6 @@
   +1: rjung, kkolinko, markt
   -1: 
 
-* Update to Commons Pool 1.5.2
-  http://svn.apache.org/viewvc?rev=793682&view=rev
-  +1: markt, rjung, kkolinko
-  -1: 
-
 * Allow encoding to be specified for JULI FileHandler
   http://svn.apache.org/viewvc?rev=793882&view=rev
   +1: kkolinko, 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=794840&r1=794839&r2=794840&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/build.properties.default (original)
+++ tomcat/tc6.0.x/trunk/build.properties.default Thu Jul 16 20:37:47 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.1-src
-commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.5.1-src.tar.gz
+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
 
 # ----- NSIS, version 2.0 or later -----
 nsis.home=${base.path}/nsis-2.44

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=794840&r1=794839&r2=794840&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Thu Jul 16 20:37:47 2009
@@ -127,7 +127,7 @@
         requests. (markt) 
       </add>
       <update>
-        Update Apache Commons Pool from 1.4 to 1.5.1. This update includes
+        Update Apache Commons Pool from 1.4 to 1.5.2. 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org