Update release files for 2.3.0 (#434)

* Update release files for 2.3.0
This commit is contained in:
abraunegg 2019-03-25 10:41:08 +11:00 committed by GitHub
parent 79cc599057
commit 7aad5903e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 19 additions and 4 deletions

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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")

View file

@ -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