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-08-02 10:36:00 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-08-02 10:36:00 +0300
commitc8e166d1cefdc7f3c0461184c8115f64af807e5e (patch)
treee108883444d7fd10d0558cbfe033aa7557f13a38 /CHANGELOG.md
parent302ecb06ed18dda67585acc90d5f03b9188247a1 (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db28b2cab..d5e5b6b4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ Summary
* 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 - Ignore consecutive errors for a pereiode of time: [#8672](https://github.com/owncloud/client/issues/8672)
* Bugfix - Properly print the sync events in .owncloudsync.log: [#8729](https://github.com/owncloud/client/issues/8729)
* 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)
@@ -91,6 +92,12 @@ Details
https://github.com/owncloud/client/pull/8541
https://github.com/owncloud/client/pull/8617
+* Bugfix - Ignore consecutive errors for a pereiode of time: [#8672](https://github.com/owncloud/client/issues/8672)
+
+ We fixed a bug where certain errors caused a sync run every 30 seconds
+
+ https://github.com/owncloud/client/issues/8672
+
* Bugfix - Properly print the sync events in .owncloudsync.log: [#8729](https://github.com/owncloud/client/issues/8729)
We fixed a bug in the .owncloudsync.log logger which caused enum values to be printed as a number