From cd9ed042d485b5292417bdd120d4de8355d3d684 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 14 Jan 2014 07:17:39 +0000 Subject: [PATCH] forgot to save WHATSNEW git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1557954 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 59fa41aba..b584694b3 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -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: --------------