diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-09-20 18:18:52 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-09-20 18:18:52 +0300 |
commit | 63ff7a341a6bba5dab3d5c1786f942b2282f13eb (patch) | |
tree | 981187e7c313a90220714d0a7e7d76e44b8fb224 /docs | |
parent | 58c38298f53e684e2b5a45e5f7cf053f142ba384 (diff) | |
download | unit-63ff7a341a6bba5dab3d5c1786f942b2282f13eb.tar.gz unit-63ff7a341a6bba5dab3d5c1786f942b2282f13eb.tar.bz2 |
Added version 1.4 CHANGES.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index bca9d86e..60191223 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -11,6 +11,94 @@ unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 unit-perl unit-ruby" + ver="1.4" rev="1" + date="2018-09-20" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.4. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.4" rev="1" + date="2018-09-20" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="change"> +<para> +the control API maps the configuration object only at "/config/". +</para> +</change> + +<change type="feature"> +<para> +TLS support for client connections. +</para> +</change> + +<change type="feature"> +<para> +TLS certificates storage control API. +</para> +</change> + +<change type="feature"> +<para> +Unit library (libunit) to streamline language module integration. +</para> +</change> + +<change type="feature"> +<para> +"408 Request Timeout" responses while closing HTTP keep-alive connections. +</para> +</change> + +<change type="feature"> +<para> +improvements in OpenBSD support. +Thanks to David Carlier. +</para> +</change> + +<change type="bugfix"> +<para> +a segmentation fault might have occurred after reconfiguration. +</para> +</change> + +<change type="bugfix"> +<para> +building on systems with non-default locale might be broken. +</para> +</change> + +<change type="bugfix"> +<para> +"header_read_timeout" might not work properly. +</para> +</change> + +<change type="bugfix"> +<para> +header fields values with non-ASCII bytes might be handled incorrectly +in Python 3 module. +</para> +</change> + +</changes> + + +<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.3" rev="1" date="2018-07-13" time="18:00:00 +0300" packager="Konstantin Pavlov <thresh@nginx.com>"> |