From 3522f74357d942e0c28aff873a5b3b5c5a9b3458 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Thu, 28 Sep 2017 18:31:30 +0530 Subject: [PATCH] Update release notes. This closes #37 pull request at github/apache/ant --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index eeae3e868..42938853c 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -13,6 +13,11 @@ Fixed bugs: parent directory of a transferred file, instead of changing it on the transferred file itself. + * Bugzilla Report 60644 - Fixed the issue where the source file + being copied could end up being corrupted if the target of the + copy happened to be the same source file (symlinked back + to itself). + Other changes: --------------