Start v1.49.3-DEV development

This commit is contained in:
Nick Craig-Wood 2019-09-15 18:09:04 +01:00
parent 8c038326b9
commit b8b12a4000
2 changed files with 9 additions and 2 deletions

View File

@ -1,11 +1,18 @@
--- ---
title: "Documentation" title: "Documentation"
description: "Rclone Changelog" description: "Rclone Changelog"
date: "2019-09-08" date: "2019-09-15"
--- ---
# Changelog # Changelog
## v1.49.3 - 2019-09-15
* Bug Fixes
* accounting
* Fix total duration calculation (Aleksandar Jankovic)
* Fix "file already closed" on transfer retries (Nick Craig-Wood)
## v1.49.2 - 2019-09-08 ## v1.49.2 - 2019-09-08
* New Features * New Features

View File

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