moved bug notes to the release notes
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 22 Mar 2007 22:38:04 +0000 (22:38 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 22 Mar 2007 22:38:04 +0000 (22:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@521511 13f79535-47bb-0310-9956-ffa450edef68

RELEASE-NOTES
webapps/docs/changelog.xml

index d923b6a..86b3b1d 100644 (file)
@@ -113,6 +113,13 @@ Redhat Linux 9.0 users should use the following setting to avoid
 stability problems:
 export LD_ASSUME_KERNEL=2.4.1
 
+There are some Linux bugs reported against the NIO sendfile behavior, make sure you
+have a JDK that is up to date, or disable sendfile behavior in the Connector.<br/>
+6427312: (fc) FileChannel.transferTo() throws IOException "system call interrupted"<br/>
+5103988: (fc) FileChannel.transferTo should return -1 for EAGAIN instead throws IOException<br/>
+6253145: (fc) FileChannel.transferTo on Linux fails when going beyond 2GB boundary<br/>
+6470086: (fc) FileChannel.transferTo(2147483647, 1, channel) cause "Value too large" exception<br/>
+
 
 =============================
 Enabling SSI and CGI Support:
index 8a170f2..90060b3 100644 (file)
     <changelog>
       <add>
         Added SENDFILE support for the NIO connector. (fhanik) <br/>
-        There are some Linux bugs reported against the sendfile behavior, make sure you
-        have a JDK that is up to date, or disable sendfile behavior in the Connector.<br/>
-         6427312: (fc) FileChannel.transferTo() throws IOException "system call interrupted"<br/>
-         5103988: (fc) FileChannel.transferTo should return -1 for EAGAIN instead throws IOException<br/>
-         6253145: (fc) FileChannel.transferTo on Linux fails when going beyond 2GB boundary<br/>
-         6470086: (fc) FileChannel.transferTo(2147483647, 1, channel) cause "Value too large" exception<br/>
       </add>
       <add>
         Added support for shared thread pools by adding in the &lt;Executor&gt;