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-12 12:38:30 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-11-12 12:38:30 +0300
commit0a77b08f6e06216198cb6970494951d06245637d (patch)
tree39f55607e6fd8935080add7a3fc9fbe6f160a2c0
parent1cfca46bfae176111cc594756d3db351cf924386 (diff)
v2.9.2-rc3v2.9.2-rc3
-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 425d6a746..fa067d81a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ Summary
-------
* 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)
Details
@@ -21,6 +22,15 @@ Details
https://github.com/owncloud/client/issues/9159
https://github.com/owncloud/enterprise/issues/4820
+* Bugfix - The client no longer idles after a minor url change: [#9202](https://github.com/owncloud/client/pull/9202)
+
+ When the client detects a change of the url we ask the user to accept the change or if it was only
+ representational change (demo.com vs demo.com/) we directly accept the change. Due to a bug
+ the we aborted the sync only after we updated the url. This caused the client to idle for one
+ minute.
+
+ 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)
We implemented a branding parameter to disable the display of icons in the file explorer
diff --git a/VERSION.cmake b/VERSION.cmake
index 68216e3fd..14bb4dbbb 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 "rc2") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "rc3") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )