File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3- ## Unreleased
3+ ## 0.4.2 - 2019-07-23
44
55### Fixed
66
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Para Launcher Activated!
4646- Desired version: latest (latest is used when no version specified)
4747- Downloading Para checksums for version ' latest' to ' $TMPDIR/para-501/para/latest'
4848- Downloading Para ' darwin' binary for version ' latest' to ' $TMPDIR/para-501/para/latest'
49- - Starting Para from ' $TMPDIR/para-501/para/latest/para_v0.3 .2_darwin-amd64'
49+ - Starting Para from ' $TMPDIR/para-501/para/latest/para_v0.4 .2_darwin-amd64'
5050
5151------------------------------------------------------------------------
5252
Original file line number Diff line number Diff line change @@ -46,17 +46,17 @@ In order to prepare provider binaries for all platforms:
4646$ make release compress sums
4747make clean release compress sums
4848rm -rf ./release ./para
49- GOPROXY=" off" GOFLAGS=" -mod=vendor" GOOS=darwin GOARCH=amd64 go build -ldflags=" -s -w" -o ' ./release/para_v0.3 .2_darwin-amd64'
50- GOPROXY=" off" GOFLAGS=" -mod=vendor" GOOS=linux GOARCH=amd64 go build -ldflags=" -s -w" -o ' ./release/para_v0.3 .2_linux-amd64'
49+ GOPROXY=" off" GOFLAGS=" -mod=vendor" GOOS=darwin GOARCH=amd64 go build -ldflags=" -s -w" -o ' ./release/para_v0.4 .2_darwin-amd64'
50+ GOPROXY=" off" GOFLAGS=" -mod=vendor" GOOS=linux GOARCH=amd64 go build -ldflags=" -s -w" -o ' ./release/para_v0.4 .2_linux-amd64'
5151upx ./release/*
5252 Ultimate Packer for eXecutables
5353 Copyright (C) 1996 - 2018
5454UPX 3.95 Markus Oberhumer, Laszlo Molnar & John Reiser Aug 26th 2018
5555
5656 File size Ratio Format Name
5757 -------------------- ------ ----------- -----------
58- 11470148 -> 4272144 37.25% macho/amd64 para_v0.3 .2_darwin-amd64
59- 10602880 -> 3888952 36.68% linux/amd64 para_v0.3 .2_linux-amd64
58+ 11470148 -> 4272144 37.25% macho/amd64 para_v0.4 .2_darwin-amd64
59+ 10602880 -> 3888952 36.68% linux/amd64 para_v0.4 .2_linux-amd64
6060 -------------------- ------ ----------- -----------
6161 22073028 -> 8161096 36.97% [ 2 files ]
6262
You can’t perform that action at this time.
0 commit comments