Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Antoine Mathieu committed Oct 4, 2018
1 parent 21c844e commit a1e089d
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
26 changes: 26 additions & 0 deletions changelog/1.2.3
Original file line number Diff line number Diff line change
@@ -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.
19 changes: 10 additions & 9 deletions client/test_downgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

###
Expand Down
19 changes: 10 additions & 9 deletions client/test_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

###
Expand Down

0 comments on commit a1e089d

Please sign in to comment.