Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 79567 invoked from network); 12 Jan 2010 19:21:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2010 19:21:22 -0000 Received: (qmail 39855 invoked by uid 500); 12 Jan 2010 19:21:21 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 39774 invoked by uid 500); 12 Jan 2010 19:21:21 -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 39762 invoked by uid 99); 12 Jan 2010 19:21:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2010 19:21:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 12 Jan 2010 19:21:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C01E123888EC; Tue, 12 Jan 2010 19:20:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r898474 - in /tomcat/tc6.0.x/trunk: bin/catalina.bat webapps/docs/changelog.xml Date: Tue, 12 Jan 2010 19:20:59 -0000 To: dev@tomcat.apache.org From: kkolinko@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100112192059.C01E123888EC@eris.apache.org> Author: kkolinko Date: Tue Jan 12 19:20:59 2010 New Revision: 898474 URL: http://svn.apache.org/viewvc?rev=898474&view=rev Log: Followup to r898379, r898383. Add changelog entries. Add documentation to catalina.bat that was omitted in r898383. Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/catalina.bat?rev=898474&r1=898473&r2=898474&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/bin/catalina.bat (original) +++ tomcat/tc6.0.x/trunk/bin/catalina.bat Tue Jan 12 19:20:59 2010 @@ -68,6 +68,11 @@ rem Example (all one line) rem set LOGGING_CONFIG="-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" rem +rem TITLE (Optional) Specify the title of Tomcat window. The default +rem TITLE is Tomcat if it's not specified. +rem Example (all one line) +rem set TITLE=Tomcat.Cluster#1.Server#1 [%DATE% %TIME%] +rem rem rem rem $Id$ 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=898474&r1=898473&r2=898474&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Jan 12 19:20:59 2010 @@ -42,6 +42,10 @@ specification. (markt) + 48345: Sessions timed out too early when using PersistentManager. + Patch provided by Keiichi Fujino. (markt) + + 48398: Make objects used as locks final to ensure correct operation. Patch provided by sebb. (markt) @@ -70,6 +74,10 @@ 47609: Correct regression in previous fix. (markt) + + 48464: Provide an option to specify the command window title + in catalina.bat on Windows. Patch provided by LiuYan. (markt) + Add some missing deprecation markers for javax.servlet.jsp.JspContext. (markt/kkolinko) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org