diff --git a/RELEASE.md b/RELEASE.md index 57e4d1957..ecd9c2535 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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! diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 248948757..c34473361 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -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