Skip to content

Commit

Permalink
v2.9.2-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Nov 22, 2021
1 parent 8d1c822 commit b73f602
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit b73f602

Please sign in to comment.