diff options
author | Valentin Bartenev <vbart@nginx.com> | 2020-05-28 17:34:06 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2020-05-28 17:34:06 +0300 |
commit | 943865fc77ea4c65c2f61c43c19bc9e4686de75f (patch) | |
tree | f7a5a0f6f1cb71399ae21bf9d2abbd3d691576ba /docs/changes.xml | |
parent | 08b765ae4289f399bb3642d327ccf402efca3537 (diff) | |
download | unit-943865fc77ea4c65c2f61c43c19bc9e4686de75f.tar.gz unit-943865fc77ea4c65c2f61c43c19bc9e4686de75f.tar.bz2 |
Added version 1.18.0 CHANGES.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 47 |
1 files changed, 47 insertions, 0 deletions
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>"> |