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 13:36:52 +0300
committerHannah von Reth <vonreth@kde.org>2021-09-22 13:50:48 +0300
commit7d9e5082b1e5cf501c9e1ad95d1562740c2cb106 (patch)
tree98922477933a49322a1558269f9e39b4e6c3a05f /changelog
parent0919a2611edc20ce9dd7cb1eda3edc83522ffd3d (diff)
Don't crash if sync root is not read/writable
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/90167
1 files changed, 5 insertions, 2 deletions
diff --git a/changelog/unreleased/9016 b/changelog/unreleased/9016
index 56a017f2b..2626038a9 100644
--- a/changelog/unreleased/9016
+++ b/changelog/unreleased/9016
@@ -1,5 +1,8 @@
-Bugfix: Crash on missing sync root
+Bugfix: Crash on missing or unreadable sync root
-We fixed an issue where the client crashed after a user deleted the sync root.
+We fixed an issue where the client crashed after a user deleted the sync root
+or lost access to the directory.
https://github.com/owncloud/client/issues/9016
+https://github.com/owncloud/client/pull/9017
+https://github.com/owncloud/client/pull/9065