You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/11/07 05:11:35 UTC

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

Author: kkolinko
Date: Sun Nov  7 04:11:34 2010
New Revision: 1032208

URL: http://svn.apache.org/viewvc?rev=1032208&view=rev
Log:
Update commons-daemon to 1.0.4
Update commons-pool to 1.5.5

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=1032208&r1=1032207&r2=1032208&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Sun Nov  7 04:11:34 2010
@@ -69,15 +69,3 @@ PATCHES PROPOSED TO BACKPORT:
   timw: This caused major pain embedding 5.5 (so I'm sorely tempted to +1)
         , but moving to 6.0 is a decent soln.
         Probably not worth changing this late in the evolution of 5.5.
-
-* Update Commons daemon to 1.0.4
-  Version 1.0.4 is bug fixing release. (Patch is trivial changing the version
-  number to 1.0.4 in build.properties.default, so not provided)
-  +1: mturk, rjung, kkolinko, markt, funkman
-  -1:
-
-* Update Commons pool to 1.5.5
-  Version 1.5.5 is bug fixing release. (Patch is trivial changing the version
-  number to 1.5.5 in build.properties.default, so not provided)
-  +1: markt,funkman, kkolinko
-  -1:

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=1032208&r1=1032207&r2=1032208&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/build.properties.default (original)
+++ tomcat/tc5.5.x/trunk/build/build.properties.default Sun Nov  7 04:11:34 2010
@@ -94,7 +94,7 @@ commons-launcher.loc=${base-commons.loc}
 
 
 # ----- Commons Daemon, version 1.0-Alpha or later -----
-commons-daemon.version=1.0.2
+commons-daemon.version=1.0.4
 commons-daemon.home=${base.path}/commons-daemon-${commons-daemon.version}
 commons-daemon.jar=${commons-daemon.home}/commons-daemon-${commons-daemon.version}.jar
 commons-daemon.native.win.home=${commons-daemon.home}/windows
@@ -168,7 +168,7 @@ commons-dbcp-src.loc=${base-commons.loc}
 
 
 # ----- 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/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=1032208&r1=1032207&r2=1032208&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Sun Nov  7 04:11:34 2010
@@ -31,6 +31,7 @@
     <author email="kkolinko@apache.org">Konstantin Kolinko</author>
     <author email="kfujino@apache.org">Keiichi Fujino</author>
     <author email="jim@apache.org">Jim Jagielski</author>
+    <author email="mturk@apache.org">Mladen Turk</author>
     <title>Changelog</title>
   </properties>
 
@@ -41,6 +42,12 @@
 <section name="Tomcat 5.5.32 (jim)">
   <subsection name="General">
     <changelog>
+      <update>
+        Update to Commons Daemon 1.0.4. (mturk)
+      </update>
+      <update>
+        Update to commons-pool 1.5.5. (markt)
+      </update>
       <fix>
         Ensure POM files have correct line endings in source distributions.
         (rjung/markt)



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