Author: jglick
Date: Fri Jun 11 18:41:34 2010
New Revision: 953821
URL: http://svn.apache.org/viewvc?rev=953821&view=rev
Log:
Mentioning #49430.
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=953821&r1=953820&r2=953821&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Fri Jun 11 18:41:34 2010
@@ -19,6 +19,9 @@ Changes that could break older environme
Fixed bugs:
-----------
+ * mmap-based file copy problems under JDK 1.4 on Linux.
+ Bugzilla Report 49430.
+
* The Sun JVM tries to mmap the entire file during a copy.
For large files this is not feasible.
We now explicitly request to copy at most 16 MiB per request.