diff options
author | Andrei Belov <defan@nginx.com> | 2020-04-16 18:27:26 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2020-04-16 18:27:26 +0300 |
commit | 74f32d26b91f49d3392605e81c1597b375890b60 (patch) | |
tree | adfc67dfc86461441bde65512f745ce27bd6ea28 /docs/changes.xml | |
parent | 2ff9df10ef1df43c935c870175e52473dad2c21a (diff) | |
parent | 9877087756144d3bdf343d0d4e91e1efbcc62c93 (diff) | |
download | unit-74f32d26b91f49d3392605e81c1597b375890b60.tar.gz unit-74f32d26b91f49d3392605e81c1597b375890b60.tar.bz2 |
Merged with the default branch.1.17.0-1
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 11f08eca..2ff5fcab 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -13,6 +13,92 @@ unit-perl unit-ruby unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11" + ver="1.17.0" rev="1" + date="2020-04-16" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.17.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.17.0" rev="1" + date="2020-04-16" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="feature"> +<para> +a "return" action with optional "location" for immediate responses and external +redirection. +</para> +</change> + +<change type="feature"> +<para> +fractional weights support for upstream servers. +</para> +</change> + +<change type="bugfix"> +<para> +accidental 502 "Bad Gateway" errors might have occurred in applications under +high load. +</para> +</change> + +<change type="bugfix"> +<para> +memory leak in the router; the bug had appeared in 1.13.0. +</para> +</change> + +<change type="bugfix"> +<para> +segmentation fault might have occurred in the router process when reaching +open connections limit. +</para> +</change> + +<change type="bugfix"> +<para> +"close() failed (9: Bad file descriptor)" alerts might have appeared in the log +while processing large request bodies; the bug had appeared in 1.16.0. +</para> +</change> + +<change type="bugfix"> +<para> +existing application processes didn't reopen the log file. +</para> +</change> + +<change type="bugfix"> +<para> +incompatibility with some Node.js applications. +</para> +</change> + +<change type="bugfix"> +<para> +broken build on DragonFly BSD; the bug had appeared in 1.16.0. +</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-python3.8 + unit-go + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11" ver="1.16.0" rev="1" date="2020-03-12" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |