Author: kkolinko Date: Sat Jan 8 18:54:21 2011 New Revision: 1056761 URL: http://svn.apache.org/viewvc?rev=1056761&view=rev Log: Upgrade Commons Daemon to version 1.0.5 Fixes various Windows platform issues.
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=1056761&r1=1056760&r2=1056761&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sat Jan 8 18:54:21 2011 @@ -203,12 +203,6 @@ PATCHES PROPOSED TO BACKPORT: +1: markt, jfclere, kkolinko -1: -* Upgrade Commons Daemon to version 1.0.5 - Fixes various Windows platform issues. - Patch is trivial so not provided. - +1: mturk, jfclere, kkolinko - -1: - * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50556 Improve JreMemoryLeakPreventionListener against leak caused by LdapPoolManager Patch tc 6: http://people.apache.org/~slaurent/patches/2011-01-07_BZ50556_jre_leak_ldapPoolManager.patch Modified: tomcat/tc6.0.x/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.properties.default?rev=1056761&r1=1056760&r2=1056761&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/build.properties.default (original) +++ tomcat/tc6.0.x/trunk/build.properties.default Sat Jan 8 18:54:21 2011 @@ -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.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/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1056761&r1=1056760&r2=1056761&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sat Jan 8 18:54:21 2011 @@ -48,9 +48,9 @@ <bug>43960</bug>: Expose available property of StandardWrapper via JMX. (markt) </fix> - <fix> - <bug>49674</bug>: Update to Commons Daemon 1.0.4. (mturk) - </fix> + <update> + Update to Commons Daemon 1.0.5. (mturk) + </update> <update> Switch to using the Eclipse compiler JAR directly rather than creating it from the larger JDT download. (markt) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org