Start v1.50.2-DEV development
This commit is contained in:
parent
e0eeeaafcd
commit
e14d968f8d
3 changed files with 11 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v1.50.1
|
v1.50.2
|
||||||
|
|
|
@ -1,11 +1,19 @@
|
||||||
---
|
---
|
||||||
title: "Documentation"
|
title: "Documentation"
|
||||||
description: "Rclone Changelog"
|
description: "Rclone Changelog"
|
||||||
date: "2019-11-02"
|
date: "2019-11-19"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.50.2 - 2019-11-19
|
||||||
|
|
||||||
|
* Bug Fixes
|
||||||
|
* accounting: Fix memory leak on retries operations (Nick Craig-Wood)
|
||||||
|
* Drive
|
||||||
|
* Fix listing of the root directory with drive.files scope (Nick Craig-Wood)
|
||||||
|
* Fix --drive-root-folder-id with team/shared drives (Nick Craig-Wood)
|
||||||
|
|
||||||
## v1.50.1 - 2019-11-02
|
## v1.50.1 - 2019-11-02
|
||||||
|
|
||||||
* Bug Fixes
|
* Bug Fixes
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package fs
|
package fs
|
||||||
|
|
||||||
// Version of rclone
|
// Version of rclone
|
||||||
var Version = "v1.50.1-DEV"
|
var Version = "v1.50.2-DEV"
|
||||||
|
|
Loading…
Add table
Reference in a new issue