You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2007/12/03 21:54:45 UTC

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

Author: markt
Date: Mon Dec  3 12:54:44 2007
New Revision: 600684

URL: http://svn.apache.org/viewvc?rev=600684&view=rev
Log:
Update change log with recent commits.

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=600684&r1=600683&r2=600684&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Dec  3 12:54:44 2007
@@ -38,11 +38,20 @@
       <update>
         Fix handling of CometEvent.close when called during BEGIN event (fhanik)
       </update>
-      <fix><bug>43846</bug>
+      <fix>
+        <bug>43594</bug>: Use setenv from CATALINA_BASE (if set) in preference
+        to the one in CATALINA_HOME. Patch provided by Shaddy Baddah.
+        (markt/jim)
+      </fix>
+      <fix><bug>43846</bug>:
         Fix block simulated read and writes causing timeouts.
         Add non blocking parsing of HTTP request headers.
         Perf improvements(fhanik)
       </fix>
+      <fix>
+        <bug>43957</bug>: Service.bat doesn't configure logging correctly. Patch
+        provided by  Richard Fearn. (markt/jim)
+      </fix>
       <update>
         Cookie handling/parsing changes!
         The following behavior has been changed with regards to Tomcat's cookie handling
@@ -82,14 +91,46 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Coyote">
+    <changelog>
+      <fix>
+        <bug>43622</bug>: Don't overwrite the min compression size set by the
+        compression attribute with the default. (markt/jim)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Jasper">
     <changelog>
       <fix>
-        <bug>43675</bug>: Fix a possible logging related classloader leak. (markt)
+        <bug>43675</bug>: Fix a possible logging related classloader leak.
+        (markt)
+      </fix>
+      <fix>
+        <bug>43702</bug>: Inner class files have unnecessarily long names.
+        (markt)
+      </fix>
+      <fix>
+        <bug>43757</bug>: Rather than use string matching to work out the line
+        in the JSP with the error, use the SMAP info and the knowledge that for
+        a scriptlet there is a one to one line mapping. (markt/jim)
       </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Webapps">
+    <changelog>
       <fix>
-        <bug>43702</bug>: Inner class files have unnecessarily long names. (markt)
+        <bug>43611</bug>: Provide an error message if user tries to upload a war
+        for a context defined in server.xml rather than failing silently.
+        (markt/jim)
       </fix>
+    </changelog>
+  </subsection>
+   <subsection name="Cluster">
+    <changelog>
+      <update>
+        Add get/set methods for properties in the Tcp Failure detector.
+        (fhanik/jim)
+      </update>
     </changelog>
   </subsection>
 </section>



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