Skip to content

Commit e707228

Browse files
authored
update files for 2.1.6 release (#235)
* update files for 2.1.6 release
1 parent f785396 commit e707228

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [2.1.6] - 2018-11-15
7+
### Fixed
8+
- Updated HTTP/2 transport handling when using curl 7.62.0 for session uploads
9+
10+
### Added
11+
- Added PKGBUILD for makepkg for building packages under Arch Linux
12+
613
## [2.1.5] - 2018-11-11
714
### Fixed
815
- 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.
1724
- Updated Makefile to use 'install -D -m 644' rather than 'cp -raf'
1825
- Updated default config to be aligned to code defaults
1926

20-
## [2.1.4] - 2018-10-04
27+
## [2.1.4] - 2018-10-10
2128
### Fixed
2229
- Resolve syncing of OneDrive Personal Shared Folders due to OneDrive API change
2330
- Resolve incorrect systemd installation location(s) in Makefile
File renamed without changes.

pacman/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=onedrive
2-
pkgver=2.1.5
2+
pkgver=2.1.6
33
pkgrel=1 #patch-level (Increment this when patch is applied)
44
pkgdesc="A free OneDrive Client for Linux. This is a fork of the https://github.com/skilion/onedrive repository"
55
license=("unknown")

src/onedrive.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ final class OneDriveApi
487487
return data.length;
488488
};
489489

490-
491490
try {
492491
http.perform();
493492
} catch (CurlException e) {

0 commit comments

Comments
 (0)