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-05-29 12:00:21 +0300
committerHannah von Reth <vonreth@kde.org>2020-05-29 12:08:49 +0300
commit3aeca58b316363dc12ad4b392750fc57e7a2965a (patch)
tree1dd7869d51ed348413337deb540790a388340c02 /changelog
parentf55d2eac94f52cd67d9e44d329e5059ab6e86c63 (diff)
Fix crash on settings migration
Fixes: #7878
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/78786
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/unreleased/7878 b/changelog/unreleased/7878
new file mode 100644
index 000000000..7feab603b
--- /dev/null
+++ b/changelog/unreleased/7878
@@ -0,0 +1,6 @@
+Bugfix: Crash on migration of old settings
+
+We fixed a crash when user settings are migrated
+to a new client version.
+
+https://github.com/owncloud/client/issues/7878