From 487cfab8d15388c39ec4950a89ab3b20745ad3e4 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Tue, 4 Dec 2018 13:29:43 +1100 Subject: [PATCH] update release files for 2.2.1 (#271) * Update release files for 2.2.1 --- CHANGELOG.md | 15 +++++++++++++++ ...nedrive-2.2.0.ebuild => onedrive-2.2.1.ebuild} | 0 onedrive.1.in | 2 +- pacman/PKGBUILD | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) rename contrib/gentoo/{onedrive-2.2.0.ebuild => onedrive-2.2.1.ebuild} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66eea988..35310020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/contrib/gentoo/onedrive-2.2.0.ebuild b/contrib/gentoo/onedrive-2.2.1.ebuild similarity index 100% rename from contrib/gentoo/onedrive-2.2.0.ebuild rename to contrib/gentoo/onedrive-2.2.1.ebuild diff --git a/onedrive.1.in b/onedrive.1.in index f491ed40..866b215f 100644 --- a/onedrive.1.in +++ b/onedrive.1.in @@ -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 diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD index ba5e1cda..be1d1897 100644 --- a/pacman/PKGBUILD +++ b/pacman/PKGBUILD @@ -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")