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>2021-09-21 17:50:56 +0300
committerHannah von Reth <vonreth@kde.org>2021-09-22 15:47:46 +0300
commit2091a668fbfab3c5354830f28e1391d43e1978fd (patch)
treec44b51ef99c89e4de1e9ef43ddde2134486fc039 /changelog
parent7d9e5082b1e5cf501c9e1ad95d1562740c2cb106 (diff)
Improve error handling during vfs setup
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/89946
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/unreleased/8994 b/changelog/unreleased/8994
new file mode 100644
index 000000000..8f534d929
--- /dev/null
+++ b/changelog/unreleased/8994
@@ -0,0 +1,6 @@
+Bugfix: Handle use of directory of another Windows VFS sync client
+
+We now better handle setup issues during the initialisation of virtual files support.
+Especially the case that a user tries to use a directory managed by a competitor which until now caused a crash.
+
+https://github.com/owncloud/client/issues/8994