Start v1.50.1-DEV development

s3-about
Nick Craig-Wood 2019-11-02 15:24:58 +00:00
parent 7bf056316f
commit 0eaf5475ef
4 changed files with 15 additions and 4 deletions

View File

@ -89,7 +89,7 @@ Now
* make TAG=${NEW_TAG} upload_github
* NB this overwrites the current beta so we need to do this
* git co master
* make LAST_TAG=${NEW_TAG} startdev
* make VERSION=${NEW_TAG} startdev
* # cherry pick the changes to the changelog and VERSION
* git checkout ${BASE_TAG}-fixes VERSION docs/content/changelog.md
* git commit --amend

View File

@ -1 +1 @@
v1.50.0
v1.50.1

View File

@ -1,11 +1,22 @@
---
title: "Documentation"
description: "Rclone Changelog"
date: "2019-10-26"
date: "2019-11-02"
---
# Changelog
## v1.50.1 - 2019-11-02
* Bug Fixes
* hash: Fix accidentally changed hash names for `DropboxHash` and `CRC-32` (Nick Craig-Wood)
* fshttp: Fix error reporting on tpslimit token bucket errors (Nick Craig-Wood)
* fshttp: Don't print token bucket errors on context cancelled (Nick Craig-Wood)
* Local
* Fix listings of . on Windows (Nick Craig-Wood)
* Onedrive
* Fix DirMove/Move after Onedrive change (Xiaoxing Ye)
## v1.50.0 - 2019-10-26
* New backends

View File

@ -1,4 +1,4 @@
package fs
// Version of rclone
var Version = "v1.50.0-DEV"
var Version = "v1.50.1-DEV"