Update release files for 2.2.2 (#300)

* Update release files for 2.2.2
This commit is contained in:
abraunegg 2018-12-20 11:46:57 +11:00 committed by GitHub
parent dfd3045ce4
commit 37131ba697
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 3 deletions

View file

@ -2,6 +2,24 @@
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.2] - 2018-12-20
### Fixed
- Handle short lived files in monitor mode
- Provide better log messages, less noise on temporary timeouts
- Deal with items that disappear during upload
- Deal with deleted move targets
- Reinitialize sync engine after three failed attempts
- Fix activation of dmd for docker builds
- Fix to check displayName rather than description for --get-O365-drive-id
- Fix checking of config file keys for validity
- Fix exception handling when missing parameter from usage option
### Added
- Notification support via libnotify
- Add very verbose (debug) mode by double -v -v
- Implement option --display-config
## [2.2.1] - 2018-12-04
### Fixed
- Gracefully handle connection errors in monitor mode

View file

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

View file

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

@ -6,7 +6,7 @@
%endif
Name: onedrive
Version: 1.1.1
Version: 2.2.2
Release: 1%{?dist}
Summary: Microsoft OneDrive Client
Group: System Environment/Network