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:
authorFabian Müller <fmueller@owncloud.com>2021-08-06 18:10:07 +0300
committerFabian Müller <80399010+fmoc@users.noreply.github.com>2021-08-06 18:43:48 +0300
commit4b93bce1b936fc9bbf5672a4c4eb948293e6b609 (patch)
tree734891bf53b953835ed50e1815322b903f4cceb0 /changelog/unreleased
parent4314447664de7efa48f9c8443776b4af38418ff2 (diff)
Add changelog item for #8824
Diffstat (limited to 'changelog/unreleased')
-rw-r--r--changelog/unreleased/882410
1 files changed, 10 insertions, 0 deletions
diff --git a/changelog/unreleased/8824 b/changelog/unreleased/8824
new file mode 100644
index 000000000..c87b1562a
--- /dev/null
+++ b/changelog/unreleased/8824
@@ -0,0 +1,10 @@
+Bugfix: Fix config migrations from versions 2.8 to 2.9
+
+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