diff options
author | Valentin Bartenev <vbart@nginx.com> | 2019-03-01 18:23:38 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2019-03-01 18:23:38 +0300 |
commit | 050cfb6d5bc755189b6e95e54320cf4c2a8b7441 (patch) | |
tree | 287e8630cf24e6ccfa7b556be3670691758bee81 /docs/changes.xml | |
parent | 86d4a0e473ee2f207f83357e8a3f32b2e20e4e12 (diff) | |
download | unit-050cfb6d5bc755189b6e95e54320cf4c2a8b7441.tar.gz unit-050cfb6d5bc755189b6e95e54320cf4c2a8b7441.tar.bz2 |
Added version 1.8.0 CHANGES.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index ea4298ba..e4b8158d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,147 @@ <change_log title="unit"> +<changes apply="unit-jsc-common" ver="1.8.0" rev="1" + date="2019-03-01" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Java common packages for NGINX Unit. +</para> +</change> + +</changes> + + +<changes apply="unit-jsc8" ver="1.8.0" rev="1" + date="2019-03-01" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Java 8 module for NGINX Unit. +</para> +</change> + +</changes> + + +<changes apply="unit-jsc10" ver="1.8.0" rev="1" + date="2019-03-01" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Java 10 module for NGINX Unit. +</para> +</change> + +</changes> + + +<changes apply="unit-jsc11" ver="1.8.0" rev="1" + date="2019-03-01" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Java 11 module for NGINX Unit. +</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-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 + unit-perl + unit-ruby" + ver="1.8.0" rev="1" + date="2019-03-01" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.8.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.8.0" rev="1" + date="2019-03-01" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="change"> +<para> +now three numbers are always used for versioning: major, minor, +and patch versions. +</para> +</change> + +<change type="change"> +<para> +now QUERY_STRING is always defined even if the request does not include +the query component. +</para> +</change> + +<change type="feature"> +<para> +basic internal request routing by Host, URI, and method. +</para> +</change> + +<change type="feature"> +<para> +experimental support for Java Servlet Containers. +</para> +</change> + +<change type="bugfix"> +<para> +segmentation fault might have occurred in the router process. +</para> +</change> + +<change type="bugfix"> +<para> +various potential memory leaks. +</para> +</change> + +<change type="bugfix"> +<para> +TLS connections might have stalled. +</para> +</change> + +<change type="bugfix"> +<para> +some Perl applications might have failed to send the response body. +</para> +</change> + +<change type="bugfix"> +<para> +some compilers with specific flags might have produced non-functioning builds; +the bug had appeared in 1.5. +</para> +</change> + +<change type="bugfix"> +<para> +Node.js package had wrong version number when installed from sources. +</para> +</change> + +</changes> + + <changes apply="unit-php unit-python unit-python2.7 unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 |