Skip to content

Commit 6959fe8

Browse files
authored
Update release files for 2.2.5 (#345)
* Update release files for 2.2.5
1 parent c91dcc3 commit 6959fe8

File tree

6 files changed

+29
-3
lines changed

6 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.2.5] - 2019-01-16
7+
### Fixed
8+
- Update handling of HTTP 412 - Precondition Failed errors
9+
- Update --display-config to display sync_list if configured
10+
- Add a check for 'id' key on metadata update to prevent 'std.json.JSONException@std/json.d(494): Key not found: id'
11+
- Update handling of 'remote' folder designation as 'root' items
12+
- Ensure that remote deletes are handled correctly
13+
- Handle 'Item not found' exception when unable to query OneDrive 'root' for changes
14+
- Add handling for JSON response error when OneDrive API returns a 404 due to OneDrive API regression
15+
- Fix items highlighted by codacy review
16+
17+
### Added
18+
- Add --force-http-1.1 flag to downgrade any HTTP/2 curl operations to HTTP 1.1 protocol
19+
- Support building with ldc2 and usage of pkg-config for lib finding
20+
621
## [2.2.4] - 2018-12-28
722
### Fixed
823
- Resolve JSONException when supplying --get-O365-drive-id option with a string containing spaces

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,14 @@ An example of the log file is below:
333333
2018-Apr-07 17:09:38.5708652 Applying changes of Path ID: <redacted>
334334
```
335335

336+
### Notifications
337+
If notification support is compiled in, the following events will trigger a notification within the display manager session:
338+
* Aborting a sync if .nosync file is found
339+
* Cannot create remote directory
340+
* Cannot upload file changes
341+
* Cannot delete remote file / folder
342+
* Cannot move remote file / folder
343+
336344
### Uninstall
337345
```text
338346
sudo make uninstall
File renamed without changes.

onedrive.1.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ONEDRIVE "1" "December 2018" "2.2.4" "User Commands"
1+
.TH ONEDRIVE "1" "January 2019" "2.2.5" "User Commands"
22
.SH NAME
33
onedrive \- folder synchronization with OneDrive
44
.SH SYNOPSIS
@@ -51,6 +51,9 @@ Only download remote changes
5151
\fB\-\-enable\-logging\fP
5252
Enable client activity to a separate log file
5353
.TP
54+
\fB\-\-force\-http\-1.1\fP
55+
Force the use of HTTP 1.1 for all operations
56+
.TP
5457
\fB\-\-get\-O365\-drive\-id\fP ARG
5558
Query and return the Office 365 Drive ID for a given Office 365 SharePoint Shared Library
5659
.TP

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.2.4
2+
pkgver=2.2.5
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")

spec/onedrive.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%endif
77

88
Name: onedrive
9-
Version: 2.2.4
9+
Version: 2.2.5
1010
Release: 1%{?dist}
1111
Summary: Microsoft OneDrive Client
1212
Group: System Environment/Network

0 commit comments

Comments
 (0)