From a1e089daedfdf7cf59591f34b9177a61103c2e6f Mon Sep 17 00:00:00 2001 From: Charles-Antoine Mathieu Date: Mon, 3 Sep 2018 12:05:18 +0200 Subject: [PATCH] Bump version --- .travis.yml | 2 +- Makefile | 2 +- README.md | 2 +- changelog/1.2.3 | 26 ++++++++++++++++++++++++++ client/test_downgrade.sh | 19 ++++++++++--------- client/test_upgrade.sh | 19 ++++++++++--------- 6 files changed, 49 insertions(+), 21 deletions(-) create mode 100644 changelog/1.2.3 diff --git a/.travis.yml b/.travis.yml index f86f47d5..4a7749f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go sudo: required go: - - 1.10.3 + - 1.11.1 before_install: # Update node_js version : https://github.com/travis-ci/travis-ci/issues/7108 diff --git a/Makefile b/Makefile index 4f075994..e5001af0 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ # THE SOFTWARE. ### -RELEASE_VERSION="1.2.2" +RELEASE_VERSION="1.2.3" RELEASE_DIR="release/plik-$(RELEASE_VERSION)" RELEASE_TARGETS=darwin-386 darwin-amd64 freebsd-386 \ freebsd-amd64 linux-386 linux-amd64 linux-arm openbsd-386 \ diff --git a/README.md b/README.md index b0aca46f..df847456 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Plik is a scalable & friendly temporary file upload system ( wetransfer like ) i - [plikSharp](https://github.com/iss0/plikSharp) : A .NET API client for Plik ### Version -1.2.2 +1.2.3 ### Installation diff --git a/changelog/1.2.3 b/changelog/1.2.3 new file mode 100644 index 00000000..79e07a13 --- /dev/null +++ b/changelog/1.2.3 @@ -0,0 +1,26 @@ +Hi, + +We're happy to release Plik 1.2.3 + +New : + - Add ProxyFromEnvironment in client http transport configuration + - --not-secure cmd client option to override .plikrc defaults + - Added ShareX as a main feature + +Misc : + - Force openssl to use sha256 as "message digest" to keep plik client compatibility between openssl 1.1.x and 1.0.x versions + - Upgrade AngularJS version from 1.6.1 to 1.7.2 + - Allow to play mp3/mp4 inside the browser + - Makefile build-info target + +Fix : + - Fix multiple file upload in streaming mode + - Fix webapp cleaning in streaming mode + - Fix cmd client --archive help message + +The binaires are compiled with go 1.11.1 + +Many thanks to our contributors : @schenot, @mxschmitt, @rdejoux + +Faithfully, +The Plik Team. \ No newline at end of file diff --git a/client/test_downgrade.sh b/client/test_downgrade.sh index 91c8370a..dc1a77e9 100755 --- a/client/test_downgrade.sh +++ b/client/test_downgrade.sh @@ -34,17 +34,18 @@ cd $(dirname $0) ### RELEASES=( - 1.0 - 1.0.1 - 1.1-RC1 - 1.1-RC2 - 1.1 - 1.1.1 - 1.2-RC1 - 1.2-RC2 - 1.2-RC3 + #1.0 + #1.0.1 + #1.1-RC1 + #1.1-RC2 + #1.1 + #1.1.1 + #1.2-RC1 + #1.2-RC2 + #1.2-RC3 1.2 1.2.1 + 1.2.2 ) ### diff --git a/client/test_upgrade.sh b/client/test_upgrade.sh index f62b13f0..dd1317a1 100755 --- a/client/test_upgrade.sh +++ b/client/test_upgrade.sh @@ -35,17 +35,18 @@ cd .. ### RELEASES=( - 1.0 - 1.0.1 - 1.1-RC1 - 1.1-RC2 - 1.1 - 1.1.1 - 1.2-RC1 - 1.2-RC2 - 1.2-RC3 + #1.0 + #1.0.1 + #1.1-RC1 + #1.1-RC2 + #1.1 + #1.1.1 + #1.2-RC1 + #1.2-RC2 + #1.2-RC3 1.2 1.2.1 + 1.2.2 ) ###