You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/01/12 20:20:59 UTC

svn commit: r898474 - in /tomcat/tc6.0.x/trunk: bin/catalina.bat webapps/docs/changelog.xml

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)
       </add>
       <fix>
+        <bug>48345</bug>: Sessions timed out too early when using PersistentManager.
+        Patch provided by Keiichi Fujino. (markt)
+      </fix>
+      <fix>
         <bug>48398</bug>: Make objects used as locks final to ensure correct
         operation. Patch provided by sebb. (markt)
       </fix>
@@ -70,6 +74,10 @@
       <fix>
         <bug>47609</bug>: Correct regression in previous fix. (markt)
       </fix>
+      <add>
+        <bug>48464</bug>: Provide an option to specify the command window title
+        in catalina.bat on Windows. Patch provided by LiuYan. (markt)
+      </add>
       <fix>
         Add some missing deprecation markers for
         <code>javax.servlet.jsp.JspContext</code>. (markt/kkolinko)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org