From 943865fc77ea4c65c2f61c43c19bc9e4686de75f Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 28 May 2020 17:34:06 +0300 Subject: [PATCH] Added version 1.18.0 CHANGES. --- CHANGES | 11 +++++++++++ docs/changes.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/CHANGES b/CHANGES index 3ffd06b7..5e49979f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,15 @@ +Changes with Unit 1.18.0 28 May 2020 + + *) Feature: the "rootfs" isolation option for changing root filesystem + for an application. + + *) Feature: multiple "targets" in PHP applications. + + *) Feature: support for percent-encoding in the "uri" and "arguments" + matching options and in the "pass" option. + + Changes with Unit 1.17.0 16 Apr 2020 *) Feature: a "return" action with optional "location" for immediate diff --git a/docs/changes.xml b/docs/changes.xml index a883ccbb..f3ec7518 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,53 @@ + + + + +NGINX Unit updated to 1.18.0. + + + + + + + + + + +the "rootfs" isolation option for changing root filesystem for an application. + + + + + +multiple "targets" in PHP applications. + + + + + +support for percent-encoding in the "uri" and "arguments" matching options +and in the "pass" option. + + + + + +