From 7f5b5d981b7657a6acf16c67b694db7e55546e1c Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sun, 11 Nov 2018 12:01:39 +1100 Subject: [PATCH] release 2.1.5 updates (#228) * release 2.1.5 updates --- CHANGELOG.md | 14 ++++++++++++++ ...onedrive-2.1.4.ebuild => onedrive-2.1.5.ebuild} | 0 2 files changed, 14 insertions(+) rename contrib/gentoo/{onedrive-2.1.4.ebuild => onedrive-2.1.5.ebuild} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2544de7..3a37dd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.1.5] - 2018-11-11 +### Fixed +- Resolve 'Key not found: path' when syncing from some shared folders due to OneDrive API change +- Resolve to only upload changes on remote folder if the item is in the database - dont assert if false +- Resolve files will not download or upload when using curl 7.62.0 due to HTTP/2 being set as default for all curl operations +- Resolve to handle HTTP request returned status code 412 (Precondition Failed) for session uploads to OneDrive Personal Accounts +- Resolve unable to remove '~/.config/onedrive/resume_upload: No such file or directory' if there is a session upload error and the resume file does not get created +- Resolve handling of response codes when using 2 different systems when using '--upload-only' but the same OneDrive account and uploading the same filename to the same location + +### Updated +- Updated Travis CI building on LDC v1.11.0 for ARMHF builds +- Updated Makefile to use 'install -D -m 644' rather than 'cp -raf' +- Updated default config to be aligned to code defaults + ## [2.1.4] - 2018-10-04 ### Fixed - Resolve syncing of OneDrive Personal Shared Folders due to OneDrive API change diff --git a/contrib/gentoo/onedrive-2.1.4.ebuild b/contrib/gentoo/onedrive-2.1.5.ebuild similarity index 100% rename from contrib/gentoo/onedrive-2.1.4.ebuild rename to contrib/gentoo/onedrive-2.1.5.ebuild