From c1427da939cab83b7ca4a4f1a7878fd26bcc5a55 Mon Sep 17 00:00:00 2001 From: fhanik Date: Thu, 22 Mar 2007 22:38:04 +0000 Subject: [PATCH] moved bug notes to the release notes git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@521511 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES | 7 +++++++ webapps/docs/changelog.xml | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d923b6ac5..86b3b1df0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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.
+6427312: (fc) FileChannel.transferTo() throws IOException "system call interrupted"
+5103988: (fc) FileChannel.transferTo should return -1 for EAGAIN instead throws IOException
+6253145: (fc) FileChannel.transferTo on Linux fails when going beyond 2GB boundary
+6470086: (fc) FileChannel.transferTo(2147483647, 1, channel) cause "Value too large" exception
+ ============================= Enabling SSI and CGI Support: diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8a170f2a3..90060b3e8 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -19,12 +19,6 @@ Added SENDFILE support for the NIO connector. (fhanik)
- 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.
- 6427312: (fc) FileChannel.transferTo() throws IOException "system call interrupted"
- 5103988: (fc) FileChannel.transferTo should return -1 for EAGAIN instead throws IOException
- 6253145: (fc) FileChannel.transferTo on Linux fails when going beyond 2GB boundary
- 6470086: (fc) FileChannel.transferTo(2147483647, 1, channel) cause "Value too large" exception
Added support for shared thread pools by adding in the <Executor> -- 2.11.0