Add some changes from December 08
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 15 Jan 2009 21:36:57 +0000 (21:36 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 15 Jan 2009 21:36:57 +0000 (21:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@734831 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 6c8ef9a..9fca537 100644 (file)
         Provide a log format for JULI that provides the same information as the
         default but on a single line. (markt)
       </add>
+      <add>
+        <rev>723889</rev> Provide the ability to configure the Executor job
+        queue size and a timeout for adding jobs to the queue. (fhanik) 
+      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">
       <update>
         Use tc-native 1.2.x which is based on APR 1.3.3+ (mturk)
       </update>
+      <update>
+        <rev>724239</rev> NIO connector now always uses an Executor. (fhanik)
+      </update>
+      <update>
+        <rev>724393</rev> Implement keepAliveCount for NIO connector in a thread
+        safe manner. (fhanik)
+      </update>
+      <update>
+        <rev>724849</rev> Implement keep alive timeout for NIO connector.
+        (fhanik)
+      </update>
     </changelog>
   </subsection>
   <subsection name="High Availability">