diff options
author | Andrei Belov <defan@nginx.com> | 2019-02-07 18:16:31 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-02-07 18:16:31 +0300 |
commit | bf76c2fd552464a920505f59e75be2f44a724b8a (patch) | |
tree | 46d1dcaeb228e5d20785adda878e8edd44d1af5f /docs/changes.xml | |
parent | 8f7e256f7f382ce8587df188e252542400130b6f (diff) | |
parent | fc2af29bd3ae229c8830d0e73661b4ad490a07e0 (diff) | |
download | unit-bf76c2fd552464a920505f59e75be2f44a724b8a.tar.gz unit-bf76c2fd552464a920505f59e75be2f44a724b8a.tar.bz2 |
Merged with the default branch.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 6a1f8a9b..7ba44384 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -20,6 +20,60 @@ Initial release of Python 3.7 module for NGINX Unit. <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.7.1" rev="1" + date="2019-02-07" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.7.1. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.7.1" rev="1" + date="2019-02-07" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="security"> +<para> +a heap memory buffer overflow might have been caused in the router process by +a specially crafted request, potentially resulting in a segmentation fault or +other unspecified behavior (CVE-2019-7401). +</para> +</change> + +<change type="bugfix"> +<para> +install of Go module failed without prior building of Unit daemon; +the bug had appeared in 1.7. +</para> +</change> + +</changes> + + +<changes apply="unit-python3.7" ver="1.7" rev="1" + date="2018-12-25" time="10:30:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Python 3.7 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-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 unit-perl |