Skip to content

Commit

Permalink
Update release files for 2.3.3 (#471)
Browse files Browse the repository at this point in the history
* Update release files for 2.3.3
  • Loading branch information
abraunegg authored Apr 16, 2019
1 parent ea26e4d commit 3b53389
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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.3 - 2019-04-16
### Fixed
* Fix --upload-only check for Sharepoint uploads
* Fix check to ensure item root we flag as 'root' actually is OneDrive account 'root'
* Handle object error response from OneDrive when uploading to OneDrive Business
* Fix handling of some OneDrive accounts not providing 'quota' details
* Fix 'resume_upload' handling in the event of bad OneDrive response

### Added
* Add debugging for --get-O365-drive-id function
* Add shell (bash,zsh) completion support
* Add config options for command line switches to allow for better config handling in docker containers

### Updated
* Implement more meaningful 5xx error responses
* Update onedrive.logrotate indentations and comments
* Update 'min_notif_changes' to 'min_notify_changes'

## 2.3.2 - 2019-04-02
### Fixed
* Reduce scanning the entire local system in monitor mode for local changes
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.3.2
RELEASEVER = v2.3.3
pkgconfig := $(shell if [ $(PKGCONFIG) ] && [ "$(PKGCONFIG)" != 0 ] ; then echo 1 ; else echo "" ; fi)
notifications := $(shell if [ $(NOTIFICATIONS) ] && [ "$(NOTIFICATIONS)" != 0 ] ; then echo 1 ; else echo "" ; fi)
completions := $(shell if [ $(COMPLETIONS) ] && [ "$(COMPLETIONS)" != 0 ] ; 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" "April 2019" "2.3.2" "User Commands"
.TH ONEDRIVE "1" "April 2019" "2.3.3" "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.3.2
pkgver=2.3.3
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
4 changes: 2 additions & 2 deletions spec/onedrive.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%endif

Name: onedrive
Version: 2.3.2
Version: 2.3.3
Release: 1%{?dist}
Summary: Microsoft OneDrive Client
Group: System Environment/Network
Expand All @@ -16,7 +16,7 @@ URL: https://github.com/abraunegg/onedrive
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: git
BuildRequires: dmd >= 2.079.0
BuildRequires: dmd >= 2.085.0
BuildRequires: sqlite-devel >= 3.7.15
BuildRequires: libcurl-devel
Requires: sqlite >= 3.7.15
Expand Down

0 comments on commit 3b53389

Please sign in to comment.