From 82975109af076478c47acae2813a0ec72367eeeb Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 8 Aug 2020 10:34:40 +0100 Subject: [PATCH] Start v1.52.3-DEV development --- VERSION | 2 +- docs/content/changelog.md | 30 ++++++++++++++++++++++++++++++ fs/version.go | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 26992a293..5c77185a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.52.2 +v1.52.3 diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 884b5423c..3f3fa806d 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -5,6 +5,36 @@ description: "Rclone Changelog" # Changelog +## v1.52.3 - 2020-08-07 + +[See commits](https://github.com/rclone/rclone/compare/v1.52.2...v1.52.3) + +* Bug Fixes + * docs + * Disable smart typography (eg en-dash) in MANUAL.* and man page (Nick Craig-Wood) + * Update install.md to reflect minimum Go version (Evan Harris) + * Update install from source instructions (Nick Craig-Wood) + * make_manual: Support SOURCE_DATE_EPOCH (Morten Linderud) + * log: Fix --use-json-log going to stderr not --log-file on Windows (Nick Craig-Wood) + * serve dlna: Fix file list on Samsung Series 6+ TVs (Matteo Pietro Dazzi) + * sync: Fix deadlock with --track-renames-strategy modtime (Nick Craig-Wood) +* Cache + * Fix moveto/copyto remote:file remote:file2 (Nick Craig-Wood) +* Drive + * Stop using root_folder_id as a cache (Nick Craig-Wood) + * Make dangling shortcuts appear in listings (Nick Craig-Wood) + * Drop "Disabling ListR" messages down to debug (Nick Craig-Wood) + * Workaround and policy for Google Drive API (Dmitry Ustalov) +* FTP + * Add note to docs about home vs root directory selection (Nick Craig-Wood) +* Onedrive + * Fix reverting to Copy when Move would have worked (Nick Craig-Wood) + * Avoid comma rendered in URL in onedrive.md (Kevin) +* Pcloud + * Fix oauth on European region "eapi.pcloud.com" (Nick Craig-Wood) +* S3 + * Fix bucket Region auto detection when Region unset in config (Nick Craig-Wood) + ## v1.52.2 - 2020-06-24 [See commits](https://github.com/rclone/rclone/compare/v1.52.1...v1.52.2) diff --git a/fs/version.go b/fs/version.go index a0649219f..5f1f636b4 100644 --- a/fs/version.go +++ b/fs/version.go @@ -1,4 +1,4 @@ package fs // Version of rclone -var Version = "v1.52.2-DEV" +var Version = "v1.52.3-DEV"