diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-09 19:16:38 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-09 19:16:38 +0000 |
commit | 542282cca256772058d683aea2ee7dac769ec40d (patch) | |
tree | 3c93ac265e21b86c0c9c0023f622db9add7afb93 | |
parent | 50e4089e5bfe8121dc291d5a77c992df68b20f10 (diff) | |
parent | 939de6f8f6072f74f20cd99f5e6725030f546b9c (diff) |
Merge #272
272: Prepare to 1.6.3 release r=wolfy-j a=48d90782
@wolfy-j BORS is ready to help you :)
Co-authored-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rwxr-xr-x | build.sh | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b00e3c..98ba1bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ CHANGELOG ========= +v1.6.3 +- Fixed bug with UB when plugin is failing during start +- Better signals handling +- Rotate ports in tests +- Added BORS to repository [https://bors.tech/], so, now you can use commands from it, like `bors d=@some_user`, `bors try`, or `bors r+` +- Reverted change with `musl-gcc`. We reverted `CGO_ENABLED=0`, so, CGO turned off for all targets and `netgo`, `osuser` etc.. system-dependent packages are not statically linked. Also separate `musl` binary provided. +- macOS temporary removed from CI. v1.6.2 (23.02.2020) ------------------- @@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.6.2 +RR_VERSION=1.6.3 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |