From 7aad5903e2f84fc4f14b9fade8170006be0cac9f Mon Sep 17 00:00:00 2001 From: abraunegg Date: Mon, 25 Mar 2019 10:41:08 +1100 Subject: [PATCH] Update release files for 2.3.0 (#434) * Update release files for 2.3.0 --- CHANGELOG.md | 15 +++++++++++++++ Makefile | 2 +- ...nedrive-2.2.6.ebuild => onedrive-2.3.0.ebuild} | 0 onedrive.1.in | 2 +- pacman/PKGBUILD | 2 +- spec/onedrive.spec | 2 +- 6 files changed, 19 insertions(+), 4 deletions(-) rename contrib/gentoo/{onedrive-2.2.6.ebuild => onedrive-2.3.0.ebuild} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index b316a5fa..1b1cbe34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,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.3.0 - 2019-03-25 +### Fixed +* Resolve application crash if no 'size' value is returned when uploading a new file +* Resolve application crash if a 5xx error is returned when uploading a new file +* Resolve not 'refreshing' version file when rebuilding +* Resolve unexpected application processing by preventing use of --synchronize & --monitor together +* Resolve high CPU usage when performing DB reads +* Update error logging around directory case-insensitive match +* Update Travis CI and ARM dependencies for LDC 1.14.0 +* Update Makefile due to build failure if building from release archive file +* Update logging as to why a OneDrive object was skipped + +### Added +* Implement config option 'skip_dir' + ## 2.2.6 - 2019-03-12 ### Fixed * Resolve application crash when unable to delete remote folders when business retention policies are enabled diff --git a/Makefile b/Makefile index 86d8e6d1..95ee09d6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DC ?= dmd -RELEASEVER = v2.2.6 +RELEASEVER = v2.3.0 pkgconfig := $(shell if [ $(PKGCONFIG) ] && [ "$(PKGCONFIG)" != 0 ] ; then echo 1 ; else echo "" ; fi) notifications := $(shell if [ $(NOTIFICATIONS) ] && [ "$(NOTIFICATIONS)" != 0 ] ; then echo 1 ; else echo "" ; fi) gitversion := $(shell if [ -f .git/HEAD ] ; then echo 1 ; else echo "" ; fi) diff --git a/contrib/gentoo/onedrive-2.2.6.ebuild b/contrib/gentoo/onedrive-2.3.0.ebuild similarity index 100% rename from contrib/gentoo/onedrive-2.2.6.ebuild rename to contrib/gentoo/onedrive-2.3.0.ebuild diff --git a/onedrive.1.in b/onedrive.1.in index d3fa2d74..7ac16253 100644 --- a/onedrive.1.in +++ b/onedrive.1.in @@ -1,4 +1,4 @@ -.TH ONEDRIVE "1" "March 2019" "2.2.6" "User Commands" +.TH ONEDRIVE "1" "March 2019" "2.3.0" "User Commands" .SH NAME onedrive \- folder synchronization with OneDrive .SH SYNOPSIS diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD index a6ca008e..08fc48c9 100644 --- a/pacman/PKGBUILD +++ b/pacman/PKGBUILD @@ -1,5 +1,5 @@ pkgname=onedrive -pkgver=2.2.6 +pkgver=2.3.0 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 1ab4b3fc..2def8266 100644 --- a/spec/onedrive.spec +++ b/spec/onedrive.spec @@ -6,7 +6,7 @@ %endif Name: onedrive -Version: 2.2.6 +Version: 2.3.0 Release: 1%{?dist} Summary: Microsoft OneDrive Client Group: System Environment/Network