You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2007/02/01 00:45:04 UTC

svn commit: r502046 - in /tomcat/tc6.0.x/trunk/webapps: ROOT/index.html docs/changelog.xml

Author: remm
Date: Wed Jan 31 15:45:03 2007
New Revision: 502046

URL: http://svn.apache.org/viewvc?view=rev&rev=502046
Log:
- Changelog update.

Modified:
    tomcat/tc6.0.x/trunk/webapps/ROOT/index.html
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.html
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/ROOT/index.html?view=diff&rev=502046&r1=502045&r2=502046
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/ROOT/index.html (original)
+++ tomcat/tc6.0.x/trunk/webapps/ROOT/index.html Wed Jan 31 15:45:03 2007
@@ -173,7 +173,7 @@
             is restricted to users with role "manager".</b>
             Users are defined in <code>$CATALINA_HOME/conf/tomcat-users.xml</code>.</p>
 
-            <p>Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation (including the Servlet 2.4 and JSP 2.0 API JavaDoc), and an introductory guide to developing web applications.</p>
+            <p>Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation, and an introductory guide to developing web applications.</p>
 
             <p>Tomcat mailing lists are available at the Tomcat project web site:</p>
 
@@ -187,7 +187,7 @@
             <p id="footer"><img src="tomcat-power.gif" width="77" height="80" alt="Powered by Tomcat"/><br/>
 	    &nbsp;
 
-	    Copyright &copy; 1999-2006 Apache Software Foundation<br/>
+	    Copyright &copy; 1999-2007 Apache Software Foundation<br/>
             All Rights Reserved
             </p>
         </td>

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?view=diff&rev=502046&r1=502045&r2=502046
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Jan 31 15:45:03 2007
@@ -14,6 +14,79 @@
   </properties>
 
 <body>
+<section name="Tomcat 6.0.9 (remm)">
+  <subsection name="General">
+    <changelog>
+      <fix>
+        Use 2.5 xsd in Tomcat webapps. (markt)
+      </fix>
+      <fix>
+        Compression filter improvements, submitted by Eric Hedström. (markt)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Catalina">
+    <changelog>
+      <fix>
+        Properly return connector names. (remm)
+      </fix>
+      <fix>
+        Remove logging of the XML validation flag. (remm)
+      </fix>
+      <fix>
+        Correct error messages for context.xml. (markt)
+      </fix>
+      <fix>
+        <bug>41217</bug>: Set secure flag correctly on SSO cookie, submitted by
+        Chris Halstead. (markt)
+      </fix>
+      <fix>
+        <bug>40524</bug>: request.getAuthType() now returns CLIENT_CERT rather 
+        than CLIENT-CERT. (markt)
+      </fix>
+      <fix>
+        <bug>40526</bug>: Return support for JPDA_OPTS to catalina.bat and add 
+        a new option JPDA_SUSPEND, submitted by by Kurt Roy. (markt)
+      </fix>
+      <fix>
+        <bug>41265</bug>: In embedded, remove the code that resets checkInterval 
+        values of zero to 300. (markt)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Coyote">
+    <changelog>
+      <fix>
+        <bug>37869</bug>: Fix getting client certificate, submitted by Christophe Pierret. (remm)
+      </fix>
+      <fix>
+        <bug>40960</bug>: Throw a timeout exception when getting a timeout rather than a
+        generic IOE, submitted by Christophe Pierret. (remm)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Jasper">
+    <changelog>
+      <fix>
+        EL validation fixes for attributes. (remm)
+      </fix>
+      <fix>
+        <bug>41327</bug>: Show full URI for a 404. (markt)
+      </fix>
+      <fix>
+        JspException now uses getCause() as the result for getRootCause(). (markt)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Cluster">
+    <changelog>
+      <fix>
+        <bug>41466</bug>: When using the NioChannel and SecureNioChannel its 
+        important to use the channels buffers. (fhanik)
+      </fix>
+    </changelog>
+  </subsection>
+</section>
 <section name="Tomcat 6.0.8 (remm)">
   <subsection name="Catalina">
     <changelog>



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