update files for 2.1.6 release (#235)

* update files for 2.1.6 release
This commit is contained in:
abraunegg 2018-11-15 06:43:58 +11:00 committed by GitHub
parent f785396643
commit e70722862c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -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")

View file

@ -487,7 +487,6 @@ final class OneDriveApi
return data.length;
};
try {
http.perform();
} catch (CurlException e) {