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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-03-20 19:39:10 +0300
committerHannah von Reth <vonreth@kde.org>2020-03-25 13:40:43 +0300
commita359baec4376cb508075b48307a48b8d82d5dcd3 (patch)
treef1ea34846e67f4f1e6c1b15ebc6edf6fea6515fa /changelog
parent3504ae8fc5e0a9fe0f2dc79d03a80ba83745cf3f (diff)
Sync: Fix handling of virtual files in error state
Issue: #7799
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/77995
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog/unreleased/7799 b/changelog/unreleased/7799
new file mode 100644
index 000000000..592ecbd8e
--- /dev/null
+++ b/changelog/unreleased/7799
@@ -0,0 +1,5 @@
+Bugfix: Client sometimes crashes when a placeholder file was moved
+
+We fixed an issue where moving a plcaeholder file would lead to a crash.
+
+https://github.com/owncloud/client/issues/7799