summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-09-06 14:02:08 +0300
committerWolfy-J <[email protected]>2019-09-06 14:02:08 +0300
commitdcd03789d7f8e1dd31ddf63e6ee66aebf89b1605 (patch)
treeaef2490ee1e69dbc1913970b8578bdda2173ec72
parentd885d927c4d7ef42daf9953dd8b2a9f6dd6a75ea (diff)
- version bump and releasev1.4.8
-rw-r--r--CHANGELOG.md9
-rwxr-xr-xbuild.sh2
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
diff --git a/build.sh b/build.sh
index 123fbfa6..2d2cac48 100755
--- a/build.sh
+++ b/build.sh
@@ -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}"