Skip to content

Commit

Permalink
Update release files for 2.3.0 (#434)
Browse files Browse the repository at this point in the history
* Update release files for 2.3.0
  • Loading branch information
abraunegg authored Mar 24, 2019
1 parent 79cc599 commit 7aad590
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion onedrive.1.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pacman/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion spec/onedrive.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aad590

Please sign in to comment.