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 2006/03/21 17:21:04 UTC

svn commit: r387572 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Author: remm
Date: Tue Mar 21 08:21:02 2006
New Revision: 387572

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

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=387572&r1=387571&r2=387572&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Tue Mar 21 08:21:02 2006
@@ -15,6 +15,13 @@
 <body>
 
 <section name="Tomcat 5.5.17 (yoavs)">
+  <subsection name="General">
+    <changelog>
+      <update>
+        Update to Xerces 2.8.0 (remm)
+      </update>
+    </changelog>
+  </subsection>
   <subsection name="Catalina">
     <changelog>
       <fix>
@@ -32,6 +39,16 @@
       <fix>
         <bug>38761</bug>: Handle relative symlinks to shell scripts as suggested by Adam Murray (keith)
       </fix>
+      <fix>
+        <bug>38795</bug>: Associate more closely bind with a finally unbind in StandardContext start and
+        stop, based on a patch by Darryl Miles (remm)
+      </fix>
+      <fix>
+        Improve undeployment robustness (remm)
+      </fix>
+      <update>
+        Expand the semaphore valve (remm)
+      </update>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -41,6 +58,14 @@
         suites enabled by default rather than the set of all cipher suites. This prevents
         ciphers suites that do not provide confidentiality protection and/or server
         authentication being used by default. (markt)
+      </fix>
+      <fix>
+        Move AprEndpoint.getWorkerThread inside the try/catch for the main accept loop, to guard
+        about an OOM (which would most likely doom the server anyway) (remm)
+      </fix>
+      <fix>
+        As exhibited in the ASF's JIRA installation, it seems EINTR is a status code that should
+        be ignored as a result to a poll call (remm)
       </fix>
     </changelog>
   </subsection>



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