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:30:34 UTC

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

Author: kkolinko
Date: Sun Nov  7 04:30:34 2010
New Revision: 1032210

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

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=1032210&r1=1032209&r2=1032210&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Nov  7 04:30:34 2010
@@ -157,12 +157,6 @@ PATCHES PROPOSED TO BACKPORT:
    when I go from JRE selection page to the next page in TC7 installer.
    kkolinko: merging r1027504 does not perform cleanly
 
-* 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,funkman
-  -1:
-
 * Additional minor patch / followup to r1030188
   Add logging for some rare case in Http11Processor.parseHost()
   To reproduce, send a HTTP/1.1 request with an invalid value for the port

Modified: tomcat/tc6.0.x/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.properties.default?rev=1032210&r1=1032209&r2=1032210&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/build.properties.default (original)
+++ tomcat/tc6.0.x/trunk/build.properties.default Sun Nov  7 04:30:34 2010
@@ -136,7 +136,7 @@ nsis.nsisdl.dll=${nsis.home}/Plugins/NSI
 nsis.loc=${base-sf.loc}/nsis/nsis-2.46.zip
 
 # ----- Commons Daemon, version 1.0-Alpha or later -----
-commons-daemon.version=1.0.3
+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

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=1032210&r1=1032209&r2=1032210&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Nov  7 04:30:34 2010
@@ -49,7 +49,7 @@
         they reach the AccessLogValve to appear in the access log. (markt)
       </fix>
       <fix>
-        <bug>49674</bug>: Update to Commons Daemon 1.0.3. (markt)
+        <bug>49674</bug>: Update to Commons Daemon 1.0.4. (mturk)
       </fix>
       <update>
         Switch to using the Eclipse compiler JAR directly rather than creating



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