diff options
author | Wolfy-J <[email protected]> | 2018-10-18 13:23:06 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-10-18 13:23:06 +0300 |
commit | 5c3ba4ddd3db5dbad00fc9a61e3bcf115658b935 (patch) | |
tree | fb714611b1d70011c4190a745aeb9f03c3b178fe | |
parent | c7243dd5a8f2d94c1c357bca242032777c33ac14 (diff) |
- bugfix: ignored `stopping` value during http server shutdown
- debug log now split message into individual lines
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rwxr-xr-x | build.sh | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6171a258..d60bbbc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +v1.2.6 (18.10.2018) +------------------- +- bugfix: ignored `stopping` value during http server shutdown +- debug log now split message into individual lines + v1.2.5 (13.10.2018) ------ - decoupled from Zend Diactoros via PSR-17 factory (by @1ma) @@ -2,7 +2,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.2.5 +RR_VERSION=1.2.6 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |