From 72551aeed89561e9288edddc699426323ce1ded6 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Tue, 25 Jan 2022 14:07:01 +0100 Subject: [PATCH] Add change log for #9383 Fixes: #9383 --- changelog/unreleased/9383 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/9383 diff --git a/changelog/unreleased/9383 b/changelog/unreleased/9383 new file mode 100644 index 00000000000..8cfa626eb47 --- /dev/null +++ b/changelog/unreleased/9383 @@ -0,0 +1,7 @@ +Bugfix: Don't reset change time on upload + +We fixed a bug where we reset the change time of Windows placeholder files to the value in the database during uploads. +This cold cause other applications to detect non existing changes in that file. + +https://github.com/owncloud/client/issues/9383 +https://github.com/owncloud/client-desktop-vfs-win/pull/16