update release files for 2.2.1 (#271)

* Update release files for 2.2.1
This commit is contained in:
abraunegg 2018-12-04 13:29:43 +11:00 committed by GitHub
parent 026809d4d1
commit 487cfab8d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 2 deletions

View file

@ -2,6 +2,21 @@
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.2.1] - 2018-12-04
### Fixed
- Gracefully handle connection errors in monitor mode
- Fix renaming of files when syncing
- Installation of doc files, addition of man page
- Adjust timeout values for libcurl
- Continue in monitor mode when sync timed out
- Fix unreachable statements
- Update Makefile to better support packaging
- Allow starting offline in monitor mode
### Added
- Implement --get-O365-drive-id to get correct SharePoint Shared Library (#248)
- Docker buildfiles for onedrive service (#262)
## [2.2.0] - 2018-11-24
### Fixed
- Updated client to output additional logging when debugging

View file

@ -1,4 +1,4 @@
.TH ONEDRIVE "1" "November 2018" "2.2.0" "User Commands"
.TH ONEDRIVE "1" "December 2018" "2.2.1" "User Commands"
.SH NAME
onedrive \- folder synchronization with OneDrive
.SH SYNOPSIS

View file

@ -1,5 +1,5 @@
pkgname=onedrive
pkgver=2.2.0
pkgver=2.2.1
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")