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-03-29 13:33:11 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-03-29 13:33:47 +0300
commitff117fc0d173f0d5b5da4b064fb41c96fcecb358 (patch)
tree3e81c465c0b2400e277839102956cac82d0aecfa
parent0e5d4c28e564b430d49c6a2320995f21350eddb0 (diff)
v2.7.7-rc2v2.7.7-rc3
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION.cmake2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4ed05633..10afccac2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ Summary
* Bugfix - Fix issues with long path: [#4405](https://github.com/owncloud/enterprise/issues/4405)
* Bugfix - Moves in folder sync connections where executed as a delete and upload: [#7838](https://github.com/owncloud/client/issues/7838)
* Bugfix - Fix brandings with space in the name: [#8482](https://github.com/owncloud/client/pull/8482)
+* Bugfix - We fixed an issue with the promptDeleteAllFiles setting: [#8484](https://github.com/owncloud/client/issues/8484)
Details
-------
@@ -38,6 +39,12 @@ Details
https://github.com/owncloud/client/pull/8482
+* Bugfix - We fixed an issue with the promptDeleteAllFiles setting: [#8484](https://github.com/owncloud/client/issues/8484)
+
+ When promptDeleteAllFiles=false is set the client will now correctly delete all files.
+
+ https://github.com/owncloud/client/issues/8484
+
Changelog for ownCloud Desktop Client [2.7.6] (2021-02-04)
=======================================
The following sections list the changes in ownCloud Desktop Client 2.7.6 relevant to
diff --git a/VERSION.cmake b/VERSION.cmake
index 2ba4eb4ea..44cfc0704 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 )