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-11-22 18:03:32 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-11-22 18:03:38 +0300
commitb73f6026b374a913ad9a27b0aaa230f8e552acc8 (patch)
treed5041600e62f72c5ebb743454a687fc72640db49
parent8d1c822a34370e7bd56fcf4e6f58e1142fc7353a (diff)
v2.9.2-rc5v2.9.2-rc5
-rw-r--r--CHANGELOG.md10
-rw-r--r--VERSION.cmake2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cc9623b4..613adb3d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ Summary
* Bugfix - Properly handle Windows log off: [#8979](https://github.com/owncloud/client/issues/8979)
* Bugfix - Disable vfs option is ignored: [#9159](https://github.com/owncloud/client/issues/9159)
* Bugfix - The client no longer idles after a minor url change: [#9202](https://github.com/owncloud/client/pull/9202)
+* Bugfix - Config migration on systems with a 2.4 and a 2.8 config: [#9224](https://github.com/owncloud/client/issues/9224)
* Enhancement - Add branding option to disable icons in the file explorer: [#9167](https://github.com/owncloud/client/issues/9167)
* Enhancement - Branding option to disable warning for multiple sync_journal.db's: [#9216](https://github.com/owncloud/client/pull/9216)
@@ -24,6 +25,7 @@ Details
https://github.com/owncloud/client/issues/8979
https://github.com/owncloud/client/pull/9142
https://github.com/owncloud/client/pull/9220
+ https://github.com/owncloud/client/pull/9227
* Bugfix - Disable vfs option is ignored: [#9159](https://github.com/owncloud/client/issues/9159)
@@ -41,6 +43,14 @@ Details
https://github.com/owncloud/client/pull/9202
+* Bugfix - Config migration on systems with a 2.4 and a 2.8 config: [#9224](https://github.com/owncloud/client/issues/9224)
+
+ We fixed a bug where the client migrated the old settings from 2.4 to 2.9 instead of the 2.8
+ settings. Only branded clients where affected by the issue.
+
+ https://github.com/owncloud/client/issues/9224
+ https://github.com/owncloud/client/pull/9226
+
* Enhancement - Add branding option to disable icons in the file explorer: [#9167](https://github.com/owncloud/client/issues/9167)
We implemented a branding parameter to disable the display of icons in the file explorer
diff --git a/VERSION.cmake b/VERSION.cmake
index 293071d5a..a496d0784 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "rc4") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "rc5") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )