Add changelog for 1148254 and 1148216
authorjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 19 Jul 2011 12:11:18 +0000 (12:11 +0000)
committerjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 19 Jul 2011 12:11:18 +0000 (12:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1148288 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index f913a84..58d7d84 100644 (file)
   <subsection name="Coyote">
     <changelog>
       <fix>
+        <bug>50394</bug>: Return -1 instead throwing exception when
+        EOF (jfclere)
+      </fix>
+      <fix>
+        <bug>49595</bug>: Prevent JVM crash with native when flushing
+        a closed socket (jfclere)
+      </fix>
+      <fix>
         Correctly handle a connectionTimeout value of -1 (no timeout) for the
         HTTP NIO and AJP NIO connectors. (markt)
       </fix>