Author: markt Date: Fri Feb 17 18:31:37 2012 New Revision: 1245694 URL: http://svn.apache.org/viewvc?rev=1245694&view=rev Log: Upgrade to Commons Daemon 1.0.9
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=1245694&r1=1245693&r2=1245694&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/STATUS.txt (original) +++ tomcat/tc5.5.x/trunk/STATUS.txt Fri Feb 17 18:31:37 2012 @@ -36,11 +36,6 @@ PATCHES PROPOSED TO BACKPORT: +1: kfujino -1: -* Upgrade to Commons Daemon 1.0.9 - http://svn.apache.org/viewvc?rev=1244511&view=rev - +1: markt, kkolinko, kfujino - -1: - * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52677 Filters need to implement Filter http://people.apache.org/~markt/patches/2012-02-17-bug52677-tc5.patch 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=1245694&r1=1245693&r2=1245694&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/build/build.properties.default (original) +++ tomcat/tc5.5.x/trunk/build/build.properties.default Fri Feb 17 18:31:37 2012 @@ -94,7 +94,7 @@ commons-launcher.loc=${base-commons.loc} # ----- Commons Daemon, version 1.0-Alpha or later ----- -commons-daemon.version=1.0.7 +commons-daemon.version=1.0.9 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=1245694&r1=1245693&r2=1245694&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Fri Feb 17 18:31:37 2012 @@ -40,6 +40,13 @@ General, Catalina, Coyote, Jasper, Cluster, Webapps, Other --> <section name="Tomcat 5.5.36 (jim)" rtext=""> + <subsection name="General"> + <changelog> + <update> + Update to Apache Commons Daemon 1.0.9. (markt) + </update> + </changelog> + </subsection> <subsection name="Webapps"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org