Skip to content

Commit

Permalink
Update release files for 2.3.1 (#440)
Browse files Browse the repository at this point in the history
* Update release files for 2.3.1
  • Loading branch information
abraunegg authored Mar 25, 2019
1 parent 62c5179 commit de0f360
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.1 - 2019-03-26
### Fixed
* Resolve 'make install' issue where rebuild of application would occur due to 'version' being flagged as .PHONY
* Update readme build instructions to include 'make clean;' before build to ensure that 'version' is cleanly removed and can be updated correctly
* Update Debian Travis CI build URL's

## 2.3.0 - 2019-03-25
### Fixed
* Resolve application crash if no 'size' value is returned when uploading a new file
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.0
RELEASEVER = v2.3.1
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.3.0" "User Commands"
.TH ONEDRIVE "1" "March 2019" "2.3.1" "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.0
pkgver=2.3.1
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.3.0
Version: 2.3.1
Release: 1%{?dist}
Summary: Microsoft OneDrive Client
Group: System Environment/Network
Expand Down

0 comments on commit de0f360

Please sign in to comment.