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/12/20 19:01:53 UTC

svn commit: r892628 - in /tomcat/tc5.5.x/trunk: STATUS.txt build/build.properties.default container/webapps/docs/changelog.xml

Author: markt
Date: Sun Dec 20 18:01:53 2009
New Revision: 892628

URL: http://svn.apache.org/viewvc?rev=892628&view=rev
Log:
Update commons-pool to 1.5.4

Modified:
    tomcat/tc5.5.x/trunk/STATUS.txt
    tomcat/tc5.5.x/trunk/build/build.properties.default
    tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml

Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=892628&r1=892627&r2=892628&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Sun Dec 20 18:01:53 2009
@@ -132,11 +132,6 @@
   +1: kkolinko, markt, rjung
   -1:
 
-* Update to commons-pool 1.5.4
-  http://svn.apache.org/viewvc?rev=881412&view=rev
-  +1: markt, kkolinko, rjung
-  -1: 
-
 * Provide new option to allow = in cookie values
   http://people.apache.org/~markt/patches/2009-11-17-cookie-allow-equals.patch
   +1: markt

Modified: tomcat/tc5.5.x/trunk/build/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/build/build.properties.default?rev=892628&r1=892627&r2=892628&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/build.properties.default (original)
+++ tomcat/tc5.5.x/trunk/build/build.properties.default Sun Dec 20 18:01:53 2009
@@ -159,8 +159,8 @@
 
 
 # ----- Commons Pool, version 1.1 or later -----
-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
+commons-pool.home=${base.path}/commons-pool-1.5.4-src
+commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.5.4-src.tar.gz
 
 
 # ----- Commons Collections, version 2.0 or later -----

Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=892628&r1=892627&r2=892628&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Sun Dec 20 18:01:53 2009
@@ -56,7 +56,7 @@
         Update Windows installer to use NSIS 2.45. (kkolinko)
       </update>
       <update>
-        Update to commons-pool 1.5.3. This fixes a known leak in 1.5.2. (markt)
+        Update to commons-pool 1.5.4. This fixes regressions in 1.5.2. (markt)
       </update>
     </changelog>
   </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org