Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 12263 invoked from network); 23 Dec 2009 13:55:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Dec 2009 13:55:07 -0000 Received: (qmail 45766 invoked by uid 500); 23 Dec 2009 13:55:06 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 45687 invoked by uid 500); 23 Dec 2009 13:55:06 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 45552 invoked by uid 99); 23 Dec 2009 13:55:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 13:55:06 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 13:54:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2644723889D2; Wed, 23 Dec 2009 13:54:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r893515 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Date: Wed, 23 Dec 2009 13:54:38 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091223135439.2644723889D2@eris.apache.org> Author: markt Date: Wed Dec 23 13:54:37 2009 New Revision: 893515 URL: http://svn.apache.org/viewvc?rev=893515&view=rev Log: There will be a 6.0.22 next Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml 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=893515&r1=893514&r2=893515&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Dec 23 13:54:37 2009 @@ -33,6 +33,24 @@ +
+ + + + Log errors if a web application starts a thread but fails to stop the + thread when the web application stops or is reloaded. Failure to stop a + thread is very likely to result in a memory leak. (markt) + + + + + + + Correct MD5 generation in the build process. (jfclere/kkolinko) + + + +
@@ -278,11 +296,6 @@ Ensure JDBC driver de-registration works with a security manager. (markt) - - Log errors if a web application starts a thread but fails to stop the - thread when the web application stops or is reloaded. Failure to stop a - thread is very likely to result in a memory leak. (markt) - 48214: Ensure JDBC driver de-registration is not too zealous. (markt) @@ -726,9 +739,6 @@ Further improvements to the administrative user name and password handling in the Windows installer. (kkolinko) - - Correct MD5 generation in the build process. (jfclere/kkolinko) -
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org