diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8a8428..d315213d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [1.2] - unreleased +## [1.2] - 2017-03-11 - Calculate size of folders, issue #4 - Copy transfer command to clipboard, issue #20 - Support custom .rclone.conf location, #21 diff --git a/debian/changelog b/debian/changelog index 64c4441d..26112107 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rclone-browser (1.2-1) unstable; urgency=medium +rclone-browser (1.2) unstable; urgency=medium * initial verision diff --git a/scripts/release_macOS.sh b/scripts/release_macOS.sh index c5e6ac29..c79e5721 100755 --- a/scripts/release_macOS.sh +++ b/scripts/release_macOS.sh @@ -4,12 +4,6 @@ set -e QTDIR=~/Qt/5.8.0-desktop -if [ -z "$1" ] -then - echo "No version specified in cmdline!" - exit 1 -fi - ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"/.. VERSION=`cat $ROOT/VERSION`-`git rev-parse --short HEAD` BUILD="$ROOT"/build