Author: fhanik
Date: Thu Mar 22 15:38:04 2007
New Revision: 521511

URL: http://svn.apache.org/viewvc?view=rev&rev=521511
Log:
moved bug notes to the release notes

Modified:
    tomcat/tc6.0.x/trunk/RELEASE-NOTES
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/RELEASE-NOTES
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/RELEASE-NOTES?view=diff&rev=521511&r1=521510&r2=521511
==============================================================================
--- tomcat/tc6.0.x/trunk/RELEASE-NOTES (original)
+++ tomcat/tc6.0.x/trunk/RELEASE-NOTES Thu Mar 22 15:38:04 2007
@@ -113,6 +113,13 @@
 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:

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=521511&r1=521510&r2=521511
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Thu Mar 22 15:38:04 2007
@@ -19,12 +19,6 @@
     <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;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to