docs: Update changelog and RELEASE.md from v1.49.1 release

s3-about
Nick Craig-Wood 2019-09-06 10:21:32 +01:00
parent d0c6e5cf5a
commit 27a730ef8f
2 changed files with 16 additions and 1 deletions

View File

@ -88,6 +88,9 @@ Now
* NB this overwrites the current beta so we need to do this
* git co master
* make LAST_TAG=${NEW_TAG} startdev
* # cherry pick the changes to the changelog
* git checkout ${BASE_TAG}-fixes docs/content/changelog.md
* git commit --amend
* git push
* Announce!

View File

@ -1,11 +1,23 @@
---
title: "Documentation"
description: "Rclone Changelog"
date: "2019-08-26"
date: "2019-08-28"
---
# Changelog
## v1.49.1 - 2019-08-28
Point release to fix config bug and google photos backend.
* Bug Fixes
* config: Fix generated passwords being stored as empty password (Nick Craig-Wood)
* rcd: Added missing parameter for web-gui info logs. (Chaitanya)
* Googlephotos
* Fix crash on error response (Nick Craig-Wood)
* Onedrive
* Fix crash on error response (Nick Craig-Wood)
## v1.49.0 - 2019-08-26
* New backends