Start v1.49.4-DEV development

This commit is contained in:
Nick Craig-Wood 2019-09-29 19:47:37 +01:00
parent 86dcb54c38
commit 74f6300875
4 changed files with 15 additions and 4 deletions

View File

@ -71,7 +71,7 @@ Now
* git co ${BASE_TAG}-fixes * git co ${BASE_TAG}-fixes
* git cherry-pick any fixes * git cherry-pick any fixes
* Test (see above) * Test (see above)
* make NEW_TAG=${NEW_TAG} tag * make NEXT_VERSION=${NEW_TAG} tag
* edit docs/content/changelog.md * edit docs/content/changelog.md
* make TAG=${NEW_TAG} doc * make TAG=${NEW_TAG} doc
* git commit -a -v -m "Version ${NEW_TAG}" * git commit -a -v -m "Version ${NEW_TAG}"

View File

@ -1 +1 @@
v1.49.3 v1.49.4

View File

@ -1,11 +1,22 @@
--- ---
title: "Documentation" title: "Documentation"
description: "Rclone Changelog" description: "Rclone Changelog"
date: "2019-09-15" date: "2019-09-29"
--- ---
# Changelog # Changelog
## v1.49.4 - 2019-09-29
* Bug Fixes
* cmd/rcd: Address ZipSlip vulnerability (Richard Patel)
* accounting: Fix file handle leak on errors (Nick Craig-Wood)
* oauthutil: Fix security problem when running with two users on the same machine (Nick Craig-Wood)
* FTP
* Fix listing of an empty root returning: error dir not found (Nick Craig-Wood)
* S3
* Fix SetModTime on GLACIER/ARCHIVE objects and implement set/get tier (Nick Craig-Wood)
## v1.49.3 - 2019-09-15 ## v1.49.3 - 2019-09-15
* Bug Fixes * Bug Fixes

View File

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