From a73c78545dcfe6915db6216e7d519dc3f715bd55 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 13 Sep 2020 10:27:24 +0100 Subject: [PATCH] Changelog updates from Version v1.53.1 --- RELEASE.md | 4 ++-- docs/content/changelog.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 666bbc664..12450880a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -21,7 +21,7 @@ This file describes how to make the various kinds of releases * git status - to check for new man pages - git add them * git commit -a -v -m "Version v1.XX.0" * make retag - * git push --tags origin master + * git push --follow-tags origin * # Wait for the GitHub builds to complete then... * make fetch_binaries * make tarball @@ -65,7 +65,7 @@ Now * git cherry-pick any fixes * Do the steps as above * make startstable - * NB this overwrites the current beta so we need to do this - FIXME is this true any more? + * NB this overwrites the current beta so we need to do this * git co master * # cherry pick the changes to the changelog * git checkout ${BASE_TAG}-stable docs/content/changelog.md diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 79b9f8482..c6cfb823f 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -5,6 +5,36 @@ description: "Rclone Changelog" # Changelog +## v1.53.1 - 2020-09-13 + +[See commits](https://github.com/rclone/rclone/compare/v1.53.0...v1.53.1) + +* Bug Fixes + * accounting: Remove new line from end of --stats-one-line display (Nick Craig-Wood) + * check + * Add back missing --download flag (Nick Craig-Wood) + * Fix docs (Nick Craig-Wood) + * docs + * Note --log-file does append (Nick Craig-Wood) + * Add full stops for consistency in rclone --help (edwardxml) + * Add Tencent COS to s3 provider list (wjielai) + * Updated mount command to reflect that it requires Go 1.13 or newer (Evan Harris) + * jottacloud: Mention that uploads from local disk will not need to cache files to disk for md5 calculation (albertony) + * Fix formatting of rc docs page (Nick Craig-Wood) + * build + * Include vendor tar ball in release and fix startdev (Nick Craig-Wood) + * Fix "Illegal instruction" error for ARMv6 builds (Nick Craig-Wood) + * Fix architecture name in ARMv7 build (Nick Craig-Wood) +* VFS + * Fix spurious error "vfs cache: failed to _ensure cache EOF" (Nick Craig-Wood) + * Log an ERROR if we fail to set the file to be sparse (Nick Craig-Wood) +* Local + * Log an ERROR if we fail to set the file to be sparse (Nick Craig-Wood) +* Drive + * Re-adds special oauth help text (Tim Gallant) +* Opendrive + * Do not retry 400 errors (Evan Harris) + ## v1.53.0 - 2020-09-02 [See commits](https://github.com/rclone/rclone/compare/v1.52.0...v1.53.0)