diff options
-rw-r--r-- | CHANGES | 11 | ||||
-rw-r--r-- | docs/changes.xml | 47 |
2 files changed, 58 insertions, 0 deletions
@@ -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 @@ -13,6 +13,53 @@ unit-perl unit-ruby unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11" + ver="1.18.0" rev="1" + date="2020-05-28" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.18.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.18.0" rev="1" + date="2020-05-28" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="feature"> +<para> +the "rootfs" isolation option for changing root filesystem for an application. +</para> +</change> + +<change type="feature"> +<para> +multiple "targets" in PHP applications. +</para> +</change> + +<change type="feature"> +<para> +support for percent-encoding in the "uri" and "arguments" matching options +and in the "pass" option. +</para> +</change> + +</changes> + + +<changes apply="unit-php + unit-python unit-python2.7 + unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 + unit-python3.8 + unit-go + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11" ver="1.17.0" rev="1" date="2020-04-16" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |