diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-06-07 16:43:37 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-06-07 16:43:37 +0300 |
commit | 9dd0fa87ad9123cb4b005a26a528d37df81365cd (patch) | |
tree | a5fc63c47430ccdc148b7e1658d48836e44d56a6 /docs | |
parent | 8f278a5fedaa570398318dcec77eea7d8c856796 (diff) | |
download | unit-9dd0fa87ad9123cb4b005a26a528d37df81365cd.tar.gz unit-9dd0fa87ad9123cb4b005a26a528d37df81365cd.tar.bz2 |
Added version 1.2 CHANGES.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 4d320521..5b48619b 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,62 @@ <change_log title="unit"> +<changes apply="unit-php + unit-python unit-python2.7 + unit-python3.4 unit-python3.5 unit-python3.6 + unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 + unit-perl + unit-ruby" + ver="1.2" rev="1" + date="2018-06-07" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.2. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.2" rev="1" + date="2018-06-07" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="feature"> +<para> +configuration of environment variables for application processes. +</para> +</change> + +<change type="feature"> +<para> +customization of php.ini path. +</para> +</change> + +<change type="feature"> +<para> +setting of individual PHP configuration options. +</para> +</change> + +<change type="feature"> +<para> +configuration of execution arguments for Go applications. +</para> +</change> + +<change type="bugfix"> +<para> +keep-alive connections might hang after reconfiguration. +</para> +</change> + +</changes> + + <changes apply="unit-go1.10" ver="1.1" rev="1" date="2018-05-14" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |