From 163c72df6e4a46aa78ab825670aedce069bae40f Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 2 Sep 2020 11:30:46 +0300 Subject: release 1.8.3 --- CHANGELOG.md | 9 +++++++++ build.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2ebb67..493d4dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +v1.8.3 (02.09.2020) +------------------- +- Fix superfluous response.WriteHeader issue. +- Proper handle of `broken pipe` error on Linux and Windows. +- PCI DSS compliant upgrade (thanks @antonydevanchi). +- Fix HSTS header (thanks @antonydevanchi). +- Add Request and Response headers to a static files (thanks @siad007). +- Add user_namespaces check when running RR worker from particular user. + v1.8.2 (06.06.2020) ------------------- - Bugfix release diff --git a/build.sh b/build.sh index 9730ba08..77c13fff 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.8.2 +RR_VERSION=1.8.3 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" -- cgit v1.2.3 From 5d499ec1bf08b902bcf4664b985e366db6271da0 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 2 Sep 2020 11:33:49 +0300 Subject: Grammar fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 493d4dc8..a17106b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ v1.8.3 (02.09.2020) - Proper handle of `broken pipe` error on Linux and Windows. - PCI DSS compliant upgrade (thanks @antonydevanchi). - Fix HSTS header (thanks @antonydevanchi). -- Add Request and Response headers to a static files (thanks @siad007). +- Add Request and Response headers to static files (thanks @siad007). - Add user_namespaces check when running RR worker from particular user. v1.8.2 (06.06.2020) -- cgit v1.2.3 From b7aac81e6392bd0556aec0664bc8135919bf9bd2 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 2 Sep 2020 11:41:15 +0300 Subject: Grammar fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17106b8..4c58de9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ v1.8.3 (02.09.2020) - PCI DSS compliant upgrade (thanks @antonydevanchi). - Fix HSTS header (thanks @antonydevanchi). - Add Request and Response headers to static files (thanks @siad007). -- Add user_namespaces check when running RR worker from particular user. +- Add user_namespaces check when running RR worker from a particular user. v1.8.2 (06.06.2020) ------------------- -- cgit v1.2.3