forked from TrueCloudLab/rclone
Start v1.50.1-DEV development
This commit is contained in:
parent
7bf056316f
commit
0eaf5475ef
4 changed files with 15 additions and 4 deletions
|
@ -89,7 +89,7 @@ Now
|
||||||
* make TAG=${NEW_TAG} upload_github
|
* make TAG=${NEW_TAG} upload_github
|
||||||
* NB this overwrites the current beta so we need to do this
|
* NB this overwrites the current beta so we need to do this
|
||||||
* git co master
|
* git co master
|
||||||
* make LAST_TAG=${NEW_TAG} startdev
|
* make VERSION=${NEW_TAG} startdev
|
||||||
* # cherry pick the changes to the changelog and VERSION
|
* # cherry pick the changes to the changelog and VERSION
|
||||||
* git checkout ${BASE_TAG}-fixes VERSION docs/content/changelog.md
|
* git checkout ${BASE_TAG}-fixes VERSION docs/content/changelog.md
|
||||||
* git commit --amend
|
* git commit --amend
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v1.50.0
|
v1.50.1
|
||||||
|
|
|
@ -1,11 +1,22 @@
|
||||||
---
|
---
|
||||||
title: "Documentation"
|
title: "Documentation"
|
||||||
description: "Rclone Changelog"
|
description: "Rclone Changelog"
|
||||||
date: "2019-10-26"
|
date: "2019-11-02"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Changelog
|
# 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
|
## v1.50.0 - 2019-10-26
|
||||||
|
|
||||||
* New backends
|
* New backends
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package fs
|
package fs
|
||||||
|
|
||||||
// Version of rclone
|
// Version of rclone
|
||||||
var Version = "v1.50.0-DEV"
|
var Version = "v1.50.1-DEV"
|
||||||
|
|
Loading…
Add table
Reference in a new issue