Skip to content

Commit

Permalink
v2.9.2-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Nov 17, 2021
1 parent 53c1ead commit e0aac28
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,23 @@ ownCloud admins and users.
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)
* 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)

Details
-------

* Bugfix - Properly handle Windows log off: [#8979](https://github.com/owncloud/client/issues/8979)

We now ensure that we receive the window messages dispatched by the system.

https://github.com/owncloud/client/issues/8979
https://github.com/owncloud/client/pull/9142
https://github.com/owncloud/client/pull/9220

* Bugfix - Disable vfs option is ignored: [#9159](https://github.com/owncloud/client/issues/9159)

We fixed a branding issue where vfs was used even when the parameter was set to disabled.
Expand All @@ -38,6 +48,15 @@ Details

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)

We added a branding option that disables the `Multiple accounts are sharing the folder`
warning. In previous client versions a bug caused the creation of new sync journals, causing
false positives in the detection. While this can be handled by the individual user, companies
with multiple hundreds of users may opt to disable the warning.

https://github.com/owncloud/client/pull/9216

Changelog for ownCloud Desktop Client [2.9.1] (2021-10-13)
=======================================
The following sections list the changes in ownCloud Desktop Client 2.9.1 relevant to
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 "rc3") #e.g. beta1, beta2, rc1
set( MIRALL_VERSION_SUFFIX "rc4") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )

if( NOT DEFINED MIRALL_VERSION_BUILD )
Expand Down

0 comments on commit e0aac28

Please sign in to comment.