Author: remy.maucherat(a)jboss.com
Date: 2009-06-22 10:55:15 -0400 (Mon, 22 Jun 2009)
New Revision: 1126
Modified:
trunk/PATCHES.txt
trunk/build.properties.default
trunk/webapps/docs/changelog.xml
Log:
- Pool 1.5.1.
Modified: trunk/PATCHES.txt
===================================================================
--- trunk/PATCHES.txt 2009-06-22 14:52:50 UTC (rev 1125)
+++ trunk/PATCHES.txt 2009-06-22 14:55:15 UTC (rev 1126)
@@ -75,7 +75,7 @@
781036
Some configBase creation flag
-781779
+781779 and all followups
Useless syncing
782000 782005 782007 782010 782013 782032
Modified: trunk/build.properties.default
===================================================================
--- trunk/build.properties.default 2009-06-22 14:52:50 UTC (rev 1125)
+++ trunk/build.properties.default 2009-06-22 14:55:15 UTC (rev 1126)
@@ -48,8 +48,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-src
-commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.5-src.tar.gz
+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
# ----- NSIS, version 2.0 or later -----
nsis.home=${base.path}/nsis-2.44
Modified: trunk/webapps/docs/changelog.xml
===================================================================
--- trunk/webapps/docs/changelog.xml 2009-06-22 14:52:50 UTC (rev 1125)
+++ trunk/webapps/docs/changelog.xml 2009-06-22 14:55:15 UTC (rev 1126)
@@ -22,6 +22,9 @@
<update>
Servlet 3.0 API. (markt, remm)
</update>
+ <update>
+ Commons Pool 1.5.1. (markt)
+ </update>
</changelog>
</subsection>
<subsection name="Catalina">
@@ -97,11 +100,17 @@
<bug>47299</bug>: Expose Container.fireContainerEvent, which became
public long ago. (remm)
</fix>
<fix>
- Two bugs related to session activity with the persistent manager. (markt)
+ Three bugs related to session activity with the persistent manager. (kkolinko,
markt)
</fix>
<fix>
<bug>47343</bug>: Fix redeploy resources order. (markt)
</fix>
+ <fix>
+ Add support for chunked POSTs. (markt)
+ </fix>
+ <fix>
+ MIME types cleanup. (kkolinko)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
Show replies by date