mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
Start v1.49.4-DEV development
This commit is contained in:
parent
86dcb54c38
commit
74f6300875
@ -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}"
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user