Author: remm
Date: Fri Jun 29 06:58:09 2007
New Revision: 551897

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

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=551897&r1=551896&r2=551897
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Fri Jun 29 06:58:09 2007
@@ -59,6 +59,19 @@
         <bug>42547</bug>: Fix NPE when a ResourceLink in context.xml tries to
         override an env-entry in web.xml. (markt)
       </fix>
+      <fix>
+        Avoid some casting in ErrorReportValve (remm)
+      </fix>
+      <fix>
+        Fix persistence API annotation, submitted by Bill Burke (remm)
+      </fix>
+      <fix>
+        In Comet mode, if bytes are not read, send an error event (otherwise, 
+        fields referring to the connection could remain) (remm)
+      </fix>
+      <fix>
+        Fix Comet when running Tomcat with the security manager (remm)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">
@@ -75,6 +88,13 @@
       <fix>
         <bug>42643</bug> Prevent creation of duplicate JSP function mapper
         variables. (markt)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Coyote">
+    <changelog>
+      <fix>
+        Add back missing socketBuffer attribute in the java.io HTTP connector 
(remm)
       </fix>
     </changelog>
   </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to