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-06-22 17:36:41 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-06-22 17:36:41 +0300
commit5842250dbb7bbb8f8e23054b12e5c88cbc736a64 (patch)
tree3bcae6631ada525d7400527d18d1072b964eb38f /CHANGELOG.md
parenta4bfb0c1c9bdacfafa61077481d57034cfed9f37 (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b06936a2e..23f65af39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,12 +8,15 @@ ownCloud admins and users.
Summary
-------
+* Bugfix - Settings migration from v2.4: [#4597](https://github.com/owncloud/enterprise/issues/4597)
+* Bugfix - VFS support for folders in the drive root: [#4639](https://github.com/owncloud/enterprise/issues/4639)
* Bugfix - Keep share link names in sync with server: [#7549](https://github.com/owncloud/client/issues/7549)
* Bugfix - SQLite wal file grows to several gigabyte: [#7646](https://github.com/owncloud/client/issues/7646)
* Bugfix - Fix missing permission for newly created folder: [#8076](https://github.com/owncloud/client/pull/8076)
* Bugfix - Don't recommend non default sync option: [#8317](https://github.com/owncloud/client/issues/8317)
* Bugfix - Set up default locale correctly: [#8367](https://github.com/owncloud/client/issues/8367)
* Bugfix - Properly print the sync events in .owncloudsync.log: [#8729](https://github.com/owncloud/client/issues/8729)
+* Bugfix - Locked files are not correctly synced: [#8761](https://github.com/owncloud/client/issues/8761)
* 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)
@@ -34,6 +37,18 @@ Summary
Details
-------
+* Bugfix - Settings migration from v2.4: [#4597](https://github.com/owncloud/enterprise/issues/4597)
+
+ We fixed the migration of settings of version 2.4 to the current location.
+
+ https://github.com/owncloud/enterprise/issues/4597
+
+* Bugfix - VFS support for folders in the drive root: [#4639](https://github.com/owncloud/enterprise/issues/4639)
+
+ We fixed a bug where it was not possible to use a folder in C:\ as sync folder.
+
+ https://github.com/owncloud/enterprise/issues/4639
+
* Bugfix - Keep share link names in sync with server: [#7549](https://github.com/owncloud/client/issues/7549)
When the name of a share link is changed, e.g., to an empty string, the server may not apply this,
@@ -77,6 +92,17 @@ Details
https://github.com/owncloud/client/issues/8729
+* Bugfix - Locked files are not correctly synced: [#8761](https://github.com/owncloud/client/issues/8761)
+
+ We fixed an issue where files locked by office etc, where not correctly synced, when Windows
+ Virtual files are enabled.
+
+ https://github.com/owncloud/client/issues/8761
+ https://github.com/owncloud/client/issues/8765
+ https://github.com/owncloud/client/issues/8766
+ https://github.com/owncloud/client/pull/8763
+ https://github.com/owncloud/client/pull/8768
+
* 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.