From 7ccb903712d1457e35322eb5a8ae97bbae5c7969 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Thu, 28 Sep 2017 18:45:57 +0530 Subject: [PATCH] BZ-60644 Update release notes --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index d217bb83e..a77c1a20a 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -22,6 +22,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: --------------