diff --git a/CHANGELOG.md b/CHANGELOG.md index 16af9935..73a7f9ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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.2 - 2019-04-02 +### Fixed +* Reduce scanning the entire local system in monitor mode for local changes +* Resolve file creation loop when working directly in the synced folder and Microsoft Sharepoint + +### Added +* Add 'monitor_fullscan_frequency' config option to set the frequency of performing a full disk scan when in monitor mode + +### Updated +* Update default 'skip_file' to include tmp and lock files generated by LibreOffice +* Update database version due to changing defaults of 'skip_file' which will force a rebuild and use of new skip_file default regex + ## 2.3.1 - 2019-03-26 ### Fixed * Resolve 'make install' issue where rebuild of application would occur due to 'version' being flagged as .PHONY diff --git a/Makefile b/Makefile index baf71286..1842e2c9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DC ?= dmd -RELEASEVER = v2.3.1 +RELEASEVER = v2.3.2 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.3.1.ebuild b/contrib/gentoo/onedrive-2.3.2.ebuild similarity index 100% rename from contrib/gentoo/onedrive-2.3.1.ebuild rename to contrib/gentoo/onedrive-2.3.2.ebuild diff --git a/onedrive.1.in b/onedrive.1.in index cc118199..df43d133 100644 --- a/onedrive.1.in +++ b/onedrive.1.in @@ -1,4 +1,4 @@ -.TH ONEDRIVE "1" "March 2019" "2.3.1" "User Commands" +.TH ONEDRIVE "1" "April 2019" "2.3.2" "User Commands" .SH NAME onedrive \- folder synchronization with OneDrive .SH SYNOPSIS diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD index 4c85f39d..572bda1f 100644 --- a/pacman/PKGBUILD +++ b/pacman/PKGBUILD @@ -1,5 +1,5 @@ pkgname=onedrive -pkgver=2.3.1 +pkgver=2.3.2 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 7e345c99..81dc9d2d 100644 --- a/spec/onedrive.spec +++ b/spec/onedrive.spec @@ -6,7 +6,7 @@ %endif Name: onedrive -Version: 2.3.1 +Version: 2.3.2 Release: 1%{?dist} Summary: Microsoft OneDrive Client Group: System Environment/Network