File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
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
+
6
13
## [ 2.1.5] - 2018-11-11
7
14
### Fixed
8
15
- 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.
17
24
- Updated Makefile to use 'install -D -m 644' rather than 'cp -raf'
18
25
- Updated default config to be aligned to code defaults
19
26
20
- ## [ 2.1.4] - 2018-10-04
27
+ ## [ 2.1.4] - 2018-10-10
21
28
### Fixed
22
29
- Resolve syncing of OneDrive Personal Shared Folders due to OneDrive API change
23
30
- Resolve incorrect systemd installation location(s) in Makefile
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
pkgname=onedrive
2
- pkgver=2.1.5
2
+ pkgver=2.1.6
3
3
pkgrel=1 # patch-level (Increment this when patch is applied)
4
4
pkgdesc=" A free OneDrive Client for Linux. This is a fork of the https://github.com/skilion/onedrive repository"
5
5
license=(" unknown" )
Original file line number Diff line number Diff line change @@ -487,7 +487,6 @@ final class OneDriveApi
487
487
return data.length;
488
488
};
489
489
490
-
491
490
try {
492
491
http.perform();
493
492
} catch (CurlException e) {
You can’t perform that action at this time.
0 commit comments