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-07-23 15:56:43 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-07-23 15:56:43 +0300
commit3c60a4e3e867733f691aa3d80ed1eec36292a988 (patch)
tree5712a18bd5b47ecbaf1dbb960e6d9318bc98025f /CHANGELOG.md
parent4cc4e63df32ae3df208a9b2ff9af79d7c0d9b850 (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98dc86fe6..ad1811cf4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ Summary
* Bugfix - Correctly handle file path comparison on Windows: [#8732](https://github.com/owncloud/client/issues/8732)
* Bugfix - Locked files are not correctly synced: [#8761](https://github.com/owncloud/client/issues/8761)
* Bugfix - Prompt the user of the cmd client what to do if all files where removed: [#8804](https://github.com/owncloud/client/issues/8804)
+* Bugfix - Always exclude .owncloud files: [#8836](https://github.com/owncloud/client/pull/8836)
* Change - Don't ask the user to switch to http: [#8231](https://github.com/owncloud/client/issues/8231)
* Change - Remove support for http redirects: [#8293](https://github.com/owncloud/client/pull/8293)
* Change - We no longer try to locate an ownCloud install at /owncloud: [#8273](https://github.com/owncloud/client/issues/8273)
@@ -118,6 +119,14 @@ Details
https://github.com/owncloud/client/issues/8804
+* Bugfix - Always exclude .owncloud files: [#8836](https://github.com/owncloud/client/pull/8836)
+
+ Our Linux virtual files implementation is using the file name extension .owncloud those files
+ where only ignored if the Linux VFS was enabled. Under some circumstances it could lead to
+ undefined client states. We now always ignore those files as system reserved.
+
+ https://github.com/owncloud/client/pull/8836
+
* Change - Don't ask the user to switch to http: [#8231](https://github.com/owncloud/client/issues/8231)
We no longer recommend to use a http connection if a https url was not found.