- Changelog update.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 15 Dec 2006 23:37:33 +0000 (23:37 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 15 Dec 2006 23:37:33 +0000 (23:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@487717 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 62951ce..3bcc8d7 100644 (file)
         <bug>40585</bug>: Fix parameterised constructor for o.a.juli.FileHandler
         so parameters have an effect. (markt)
       </fix>
+      <fix>
+        Escape invalid characters from request.getLocale. (markt, remm)
+      </fix>
+      <update>
+        Update required version for native to 1.1.8. (remm)
+      </update>
+      <fix>
+        Do not log broken pipe errors which can occur when flushing the content of an error page. (remm)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Coyote">
+    <changelog>
+      <fix>
+        Fix firstReadTimeout behavior for the AJP connector. (remm)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Cluster">
+    <changelog>
+      <update>
+        Cluster interface cleanup. (fhanik)
+      </update>
+      <update>
+        Refactoring to allow usage of executors. (fhanik)
+      </update>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 6.0.4 (remm)">
   <subsection name="General">