From a9ba0204c52cae8ac3344a6350c907d42471d9d0 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Tue, 12 Mar 2019 17:37:00 +1100 Subject: [PATCH] Update release files for 2.2.6 (#411) * Update release files for 2.2.6 --- CHANGELOG.md | 31 +++++++++++++++++++ ...ive-2.2.5.ebuild => onedrive-2.2.6.ebuild} | 0 onedrive.1.in | 2 +- pacman/PKGBUILD | 2 +- spec/onedrive.spec | 2 +- 5 files changed, 34 insertions(+), 3 deletions(-) rename contrib/gentoo/{onedrive-2.2.5.ebuild => onedrive-2.2.6.ebuild} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b6a04e..b316a5fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,37 @@ 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.6 - 2019-03-12 +### Fixed +* Resolve application crash when unable to delete remote folders when business retention policies are enabled +* Resolve deprecation warning: loop index implicitly converted from size_t to int +* Resolve warnings regarding 'bashisms' +* Resolve handling of notification failure is dbus server has not started or available +* Resolve handling of response JSON to ensure that 'id' key element is always checked for +* Resolve excessive & needless logging in monitor mode +* Resolve compiling with LDC on Alpine as musl lacks some standard interfaces +* Resolve notification issues when offline and cannot act on changes +* Resolve Docker entrypoint.sh to accept command line arguments +* Resolve to create a new upload session on reinit +* Resolve where on OneDrive query failure, default root and drive id is used if a response is not returned +* Resolve Key not found: nextExpectedRanges when attempting session uploads and incorrect response is returned +* Resolve application crash when re-using an authentication URI twice after previous --logout +* Resolve creating a folder on a shared personal folder appears successful but returns a JSON error +* Resolve to treat mv of new file as upload of mv target +* Update Debian i386 build dependencies +* Update handling of --get-O365-drive-id to print out all 'site names' that match the explicit search entry rather than just the last match +* Update Docker readme & documentation +* Update handling of validating local file permissions for new file uploads +### Added +* Add support for install & uninstall on RHEL / CentOS 6.x +* Add support for when notifications are enabled, display the number of OneDrive changes to process if any are found +* Add 'config' option 'min_notif_changes' for minimum number of changes to notify on, default = 5 +* Add additional Docker container builds utilising a smaller OS footprint +* Add configurable interval of logging in monitor mode +* Implement new CLI option --skip-dot-files to skip .files and .folders if option is used +* Implement new CLI option --check-for-nosync to ignore folder when special file (.nosync) present +* Implement new CLI option --dry-run + ## 2.2.5 - 2019-01-16 ### Fixed * Update handling of HTTP 412 - Precondition Failed errors diff --git a/contrib/gentoo/onedrive-2.2.5.ebuild b/contrib/gentoo/onedrive-2.2.6.ebuild similarity index 100% rename from contrib/gentoo/onedrive-2.2.5.ebuild rename to contrib/gentoo/onedrive-2.2.6.ebuild diff --git a/onedrive.1.in b/onedrive.1.in index dfbd24e7..d3fa2d74 100644 --- a/onedrive.1.in +++ b/onedrive.1.in @@ -1,4 +1,4 @@ -.TH ONEDRIVE "1" "February 2019" "2.2.5" "User Commands" +.TH ONEDRIVE "1" "March 2019" "2.2.6" "User Commands" .SH NAME onedrive \- folder synchronization with OneDrive .SH SYNOPSIS diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD index c86b3bf3..a6ca008e 100644 --- a/pacman/PKGBUILD +++ b/pacman/PKGBUILD @@ -1,5 +1,5 @@ pkgname=onedrive -pkgver=2.2.5 +pkgver=2.2.6 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") diff --git a/spec/onedrive.spec b/spec/onedrive.spec index 0b1835e7..1ab4b3fc 100644 --- a/spec/onedrive.spec +++ b/spec/onedrive.spec @@ -6,7 +6,7 @@ %endif Name: onedrive -Version: 2.2.5 +Version: 2.2.6 Release: 1%{?dist} Summary: Microsoft OneDrive Client Group: System Environment/Network