diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-03-22 21:07:06 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-03-22 21:07:06 +0300 |
commit | 228d8518c793cedfbaa982ff6d920414d4c76d51 (patch) | |
tree | 6d92e85d286b71262c7c05c32871a000cc0827c1 /docs/changes.xml | |
parent | c7e67446a3054998893d64cbab150810d2a99aa5 (diff) | |
download | unit-228d8518c793cedfbaa982ff6d920414d4c76d51.tar.gz unit-228d8518c793cedfbaa982ff6d920414d4c76d51.tar.bz2 |
Added version 0.7 CHANGES.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index fc5d6be6..8a2135e0 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -10,6 +10,69 @@ unit-python3.4 unit-python3.5 unit-python3.6 unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-perl" + ver="0.7" rev="1" + date="2018-03-22" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.7. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="0.7" rev="1" + date="2018-03-22" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="feature"> +<para> +Ruby application module. +</para> +</change> + +<change type="bugfix"> +<para> +in discovering modules. +</para> +</change> + +<change type="bugfix"> +<para> +various race conditions on reconfiguration and during shutting down. +</para> +</change> + +<change type="bugfix"> +<para> +tabs and trailing spaces were not allowed in header fields values. +</para> +</change> + +<change type="bugfix"> +<para> +a segmentation fault occurred in Python module if start_response() was called +outside of WSGI callable. +</para> +</change> + +<change type="bugfix"> +<para> +a segmentation fault might occur in PHP module if there was an error while +initialization. +</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-perl" ver="0.6" rev="1" date="2018-02-09" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |