diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a37dd14..fd6adcae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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.6] - 2018-11-15 +### Fixed +- Updated HTTP/2 transport handling when using curl 7.62.0 for session uploads + +### Added +- Added PKGBUILD for makepkg for building packages under Arch Linux + ## [2.1.5] - 2018-11-11 ### Fixed - Resolve 'Key not found: path' when syncing from some shared folders due to OneDrive API change @@ -17,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - 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 +## [2.1.4] - 2018-10-10 ### Fixed - Resolve syncing of OneDrive Personal Shared Folders due to OneDrive API change - Resolve incorrect systemd installation location(s) in Makefile diff --git a/contrib/gentoo/onedrive-2.1.5.ebuild b/contrib/gentoo/onedrive-2.1.6.ebuild similarity index 100% rename from contrib/gentoo/onedrive-2.1.5.ebuild rename to contrib/gentoo/onedrive-2.1.6.ebuild diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD index bb423e2e..54661a11 100644 --- a/pacman/PKGBUILD +++ b/pacman/PKGBUILD @@ -1,5 +1,5 @@ pkgname=onedrive -pkgver=2.1.5 +pkgver=2.1.6 pkgrel=1 #patch-level (Increment this when patch is applied) pkgdesc="A free OneDrive Client for Linux. This is a fork of the https://github.com/skilion/onedrive repository" license=("unknown") diff --git a/src/onedrive.d b/src/onedrive.d index 5f32e5ea..980b9ecb 100644 --- a/src/onedrive.d +++ b/src/onedrive.d @@ -487,7 +487,6 @@ final class OneDriveApi return data.length; }; - try { http.perform(); } catch (CurlException e) {