Author: kkolinko Date: Sat Jan 8 21:42:57 2011 New Revision: 1056810 URL: http://svn.apache.org/viewvc?rev=1056810&view=rev Log: Upgrade Commons Daemon to version 1.0.5 Fixes various Windows platform issues.
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=1056810&r1=1056809&r2=1056810&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/STATUS.txt (original) +++ tomcat/tc5.5.x/trunk/STATUS.txt Sat Jan 8 21:42:57 2011 @@ -113,12 +113,6 @@ PATCHES PROPOSED TO BACKPORT: -1: rjung: +1 once Filip's question in the TC 6 STATUS file is cleared. -* Upgrade Commons Daemon to version 1.0.5 - Fixes various Windows platform issues. - Patch is trivial so not provided. - +1: mturk, kkolinko, rjung - -1: - * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47319 Return IP address rather than null for getRemoteHost() and the APR connector http://svn.apache.org/viewvc?view=revision&revision=1056414 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=1056810&r1=1056809&r2=1056810&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/build/build.properties.default (original) +++ tomcat/tc5.5.x/trunk/build/build.properties.default Sat Jan 8 21:42:57 2011 @@ -94,7 +94,7 @@ commons-launcher.loc=${base-commons.loc} # ----- Commons Daemon, version 1.0-Alpha or later ----- -commons-daemon.version=1.0.4 +commons-daemon.version=1.0.5 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/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=1056810&r1=1056809&r2=1056810&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Sat Jan 8 21:42:57 2011 @@ -43,7 +43,7 @@ <subsection name="General"> <changelog> <update> - Update to Commons Daemon 1.0.4. (mturk) + Update to Commons Daemon 1.0.5. (mturk) </update> <update> Update to commons-pool 1.5.5. (markt) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org