Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'changelog/2.10.0_2022-01-17/9194')
-rw-r--r--changelog/2.10.0_2022-01-17/91949
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog/2.10.0_2022-01-17/9194 b/changelog/2.10.0_2022-01-17/9194
new file mode 100644
index 000000000..cdb04b1fe
--- /dev/null
+++ b/changelog/2.10.0_2022-01-17/9194
@@ -0,0 +1,9 @@
+Bugfix: Don't abort upload if chunk is locked
+
+Since 2.9 we know that we need exclusive file access to a file to properly handle it with Windows virtual files.
+Therefore we checked for the locked state before we start the upload.
+Due to a bug we checked that for each file chunk, now we only check when the upload starts and when it finished completely.
+
+https://github.com/owncloud/client/issues/9194
+https://github.com/owncloud/client/pull/9264
+https://github.com/owncloud/client/pull/9296