diff options
author | Wolfy-J <[email protected]> | 2019-09-06 14:02:08 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-09-06 14:02:08 +0300 |
commit | dcd03789d7f8e1dd31ddf63e6ee66aebf89b1605 (patch) | |
tree | aef2490ee1e69dbc1913970b8578bdda2173ec72 | |
parent | d885d927c4d7ef42daf9953dd8b2a9f6dd6a75ea (diff) |
- version bump and releasev1.4.8
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rwxr-xr-x | build.sh | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e30ac034..44dc58be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +v1.4.8 (06.09.2019) +------------------- +- bugfix in proxy IP resolution by @spudro228 +- `rr get` can now skip binary download if version did not change by + @drefixs +- bugfix in `rr init-config` and with linux binary download by + @Hunternnm +- `$_SERVER['REQUEST_URI']` is now being set + v1.4.7 (29.07.2019) ------------------- - added support for H2C over TCP by @Alex-Bond @@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.4.7 +RR_VERSION=1.4.8 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |