diff options
author | Andrei Belov <defan@nginx.com> | 2019-10-03 17:46:28 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-10-03 17:46:28 +0300 |
commit | 3dd3f861f4c3aa320aa137802f033f8f1fc7dc41 (patch) | |
tree | 357577c560920eb0f5837b7d073999f5c7a1a2cd /docs/changes.xml | |
parent | 9de7aea721245cda9f079a2b29d8efaf99c440fd (diff) | |
parent | 59db9a3887211fccdaec04b7952ad0140090de22 (diff) | |
download | unit-3dd3f861f4c3aa320aa137802f033f8f1fc7dc41.tar.gz unit-3dd3f861f4c3aa320aa137802f033f8f1fc7dc41.tar.bz2 |
Merged with the default branch.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 192c366e..e0dc0b3f 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -33,6 +33,58 @@ Bump packaging version to fix repositories inconsistencies. unit-perl unit-ruby unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11" + ver="1.12.0" rev="1" + date="2019-10-03" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.12.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.12.0" rev="1" + date="2019-10-03" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="feature"> +<para> +compatibility with PHP 7.4. +</para> +</change> + +<change type="bugfix"> +<para> +descriptors leak on process creation; the bug had appeared in 1.11.0. +</para> +</change> + +<change type="bugfix"> +<para> +TLS connection might be closed prematurely while sending response. +</para> +</change> + +<change type="bugfix"> +<para> +segmentation fault might have occurred if an irregular file was requested. +</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-go1.11 + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11" ver="1.11.0" rev="1" date="2019-09-19" time="18:00:00 +0300" packager="Konstantin Pavlov <thresh@nginx.com>"> |