diff options
Diffstat (limited to 'docs/changes.xml')
-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>"> |