From e0aac280d64300c921761dab62661080be11c641 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Wed, 17 Nov 2021 15:12:29 +0100 Subject: v2.9.2-rc4 --- CHANGELOG.md | 19 +++++++++++++++++++ VERSION.cmake | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa067d81a..1cc9623b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/VERSION.cmake b/VERSION.cmake index 14bb4dbbb..293071d5a 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 "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 ) -- cgit v1.2.3