From 454c252fe42625200bd91d6555e241b9932853fd Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Tue, 13 Nov 2018 09:54:52 +0530 Subject: [PATCH] Include fix for bz-62890 in WHATSNEW --- WHATSNEW | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 4253d63c6..7fd0cb44b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -27,6 +27,13 @@ Fixed bugs: an incorrect compression level for a zip entry. This is now fixed. Bugzilla Report 62686 + * sync task, in some cases on case insensitive file systems, would consider + a file in a destination directory to be orphaned and would delete it. + This task has now been fixed to infer the case sensitivity of the filesystem + of the destination directory. + Bugzilla Report 62890 + + Other changes: -------------- * generatekey task now supports SubjectAlternativeName during key