From 8504da496bcd7a3e8468d99b3fd1a294c396bb91 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 15 Sep 2022 11:57:07 +0100 Subject: [PATCH] Changelog updates from Version v1.59.2 --- docs/content/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 0a6f32119..c11146b4f 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -5,6 +5,21 @@ description: "Rclone Changelog" # Changelog +## v1.59.2 - 2022-09-15 + +[See commits](https://github.com/rclone/rclone/compare/v1.59.1...v1.59.2) + +* Bug Fixes + * config: Move locking to fix fatal error: concurrent map read and map write (Nick Craig-Wood) +* Local + * Disable xattr support if the filesystems indicates it is not supported (Nick Craig-Wood) +* Azure Blob + * Fix chunksize calculations producing too many parts (Nick Craig-Wood) +* B2 + * Fix chunksize calculations producing too many parts (Nick Craig-Wood) +* S3 + * Fix chunksize calculations producing too many parts (Nick Craig-Wood) + ## v1.59.1 - 2022-08-08 [See commits](https://github.com/rclone/rclone/compare/v1.59.0...v1.59.1)