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/04/25 21:57:45 UTC

svn commit: r532462 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Author: remm
Date: Wed Apr 25 12:57:45 2007
New Revision: 532462

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

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?view=diff&rev=532462&r1=532461&r2=532462
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Apr 25 12:57:45 2007
@@ -15,6 +15,13 @@
 
 <body>
 <section name="Tomcat 6.0.12 (remm)">
+  <subsection name="General">
+    <changelog>
+      <fix>
+        License source headers. Submitted by Niall Pemberton. (remm)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Catalina">
     <changelog>
       <fix>
@@ -30,7 +37,23 @@
       </fix>
       <add>
         Add enabled attribute to AccessLogValve (pero)
-      </add>      
+      </add>
+      <fix>
+        <bug>42085</bug>: Avoid adding handlers for the root logger twice when they are explicitly 
+        specified. (remm)
+      </fix>
+      <fix>
+        Reduce thread local manipulation in the request dispatcher. Submitted by
+        Arvind Srinivasan. (remm)
+      </fix>
+      <fix>
+        Avoid keeping references to loggers tied to the webapp classloaders after a reload in
+        a couple more places. (remm)
+      </fix>
+      <fix>
+        <bug>42202</bug>: Fix container parsing of TLDs in webapps when Tomcat is installed in
+        a URL encodable path. (remm)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -40,6 +63,14 @@
         Content-Type headers contain parameters other than charset. Patch by
         Leigh L Klotz Jr. (markt)
       </fix>
+      <update>
+        Move away from using a thread local processor for the APR and java.io 
+        connectors, as this does not work well when using an executor. (remm)
+      </update>
+      <fix>
+        Remove Comet timeout hack in the APR connector. Comet connections will now
+        use the regular timeout or the keepalive timeout if specified. (remm)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Webapps">
@@ -48,6 +79,15 @@
         <bug>42025</bug>: Update valve documentation to refer to correct regular
         expression implementation. (markt)
       </fix>
+      <fix>
+        Fix various paths in the manager webapps (remm)
+      </fix>
+      <add>
+        Session viewer and editor for the HTML manager. Submitted by Cédrik Lime. (remm)
+      </add>
+      <add>
+        Session handling tools for the manager. Submitted by Rainer Jung. (remm)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Jasper">



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