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-08-06 18:48:25 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-08-06 18:48:25 +0300
commit71f42ce48cbc321f6349b1f154cb9219c0572fdc (patch)
tree5d4e8433796d9ed17665f9c9e256b41c3bc5b136 /CHANGELOG.md
parent484d8b21d5098f8209649d41399e53266a0d0f1d (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 095f0d421..fe2f216b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ Summary
* Bugfix - Locked files are not correctly synced: [#8761](https://github.com/owncloud/client/issues/8761)
* Bugfix - Prompt the user of the cmd client what to do if all files where removed: [#8804](https://github.com/owncloud/client/issues/8804)
* Bugfix - Relaunching the client on macOS will show the settings dialog: [#8377](https://github.com/owncloud/client/issues/8377)
+* Bugfix - Fix config migrations from versions 2.8 to 2.9: [#8824](https://github.com/owncloud/client/issues/8824)
* Bugfix - Always exclude .owncloud files: [#8836](https://github.com/owncloud/client/pull/8836)
* Bugfix - Don't crash if a certain move is undone: [#8837](https://github.com/owncloud/client/issues/8837)
* Bugfix - Removed support for client side certificates: [#8864](https://github.com/owncloud/client/pull/8864)
@@ -141,6 +142,17 @@ Details
https://github.com/owncloud/client/issues/8377
https://github.com/owncloud/client/pull/8812
+* Bugfix - Fix config migrations from versions 2.8 to 2.9: [#8824](https://github.com/owncloud/client/issues/8824)
+
+ Due to a value change of an internal Qt configuration variable, the configuration data could
+ not be migrated on many systems. We fixed this by implementing an additional migration path.
+
+ Furthermore, we removed the dependency on said value within the GUI, and use the values
+ explicitly from the theme to display the correct values on UI elements such as buttons.
+
+ https://github.com/owncloud/client/issues/8824
+ https://github.com/owncloud/client/pull/8860
+
* Bugfix - Always exclude .owncloud files: [#8836](https://github.com/owncloud/client/pull/8836)
Our Linux virtual files implementation is using the file name extension .owncloud those files