You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2014/01/14 08:17:39 UTC

svn commit: r1557954 - /ant/core/trunk/WHATSNEW

Author: bodewig
Date: Tue Jan 14 07:17:39 2014
New Revision: 1557954

URL: http://svn.apache.org/r1557954
Log:
forgot to save WHATSNEW

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1557954&r1=1557953&r2=1557954&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Tue Jan 14 07:17:39 2014
@@ -75,6 +75,11 @@ Fixed bugs:
    preserve symbolic links.
    Bugzilla Report 53959
 
+ * Sometimes copy-operations using NIO FileChannels fail.  Ant will
+   now try to use a Stream based copy operation as fallback when the
+   Channel based copy fails.
+   Bugzilla Reports 53102 and 54397
+
 Other changes:
 --------------