From d8bc542ffcb35fec67a86330e37c5ad23cbaf487 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 15 Nov 2024 14:51:27 +0000 Subject: [PATCH] Changelog updates from Version v1.68.2 --- docs/content/changelog.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 3f04c6746..5e31f318e 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -5,6 +5,36 @@ description: "Rclone Changelog" # Changelog +## v1.68.2 - 2024-11-15 + +[See commits](https://github.com/rclone/rclone/compare/v1.68.1...v1.68.2) + +* Security fixes + * local backend: CVE-2024-52522: fix permission and ownership on symlinks with `--links` and `--metadata` (Nick Craig-Wood) + * Only affects users using `--metadata` and `--links` and copying files to the local backend + * See https://github.com/rclone/rclone/security/advisories/GHSA-hrxh-9w67-g4cv + * build: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (dependabot) + * This is an issue in a dependency which is used for JWT certificates + * See https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r +* Bug Fixes + * accounting: Fix wrong message on SIGUSR2 to enable/disable bwlimit (Nick Craig-Wood) + * bisync: Fix output capture restoring the wrong output for logrus (Dimitrios Slamaris) + * dlna: Fix loggingResponseWriter disregarding log level (Simon Bos) + * serve s3: Fix excess locking which was making serve s3 single threaded (Nick Craig-Wood) + * doc fixes (Nick Craig-Wood, tgfisher, Alexandre Hamez, Randy Bush) +* Local + * Fix permission and ownership on symlinks with `--links` and `--metadata` (Nick Craig-Wood) + * Fix `--copy-links` on macOS when cloning (nielash) +* Onedrive + * Fix Retry-After handling to look at 503 errors also (Nick Craig-Wood) +* Pikpak + * Fix cid/gcid calculations for fs.OverrideRemote (wiserain) + * Fix fatal crash on startup with token that can't be refreshed (Nick Craig-Wood) +* S3 + * Fix crash when using `--s3-download-url` after migration to SDKv2 (Nick Craig-Wood) + * Storj provider: fix server-side copy of files bigger than 5GB (Kaloyan Raev) + * Fix multitenant multipart uploads with CEPH (Nick Craig-Wood) + ## v1.68.1 - 2024-09-24 [See commits](https://github.com/rclone/rclone/compare/v1.68.0...v1.68.1)