diff options
author | Andrei Belov <defan@nginx.com> | 2019-11-14 19:29:00 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-11-14 19:29:00 +0300 |
commit | 7630539c44fcb188bba03a65af34e952a81f2f38 (patch) | |
tree | 2c80f0cd315cae8079a39ba98ed89e02b5e1931a /docs | |
parent | 70c9f18b6e8b25850bce8eb1edba4d100c3e55d2 (diff) | |
parent | 0a27f137de776925a24406cf6961c550824c63a0 (diff) | |
download | unit-1.13.0-1.tar.gz unit-1.13.0-1.tar.bz2 |
Merged with the default branch.1.13.0-1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 93b56293..a0dd7009 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -12,6 +12,76 @@ unit-perl unit-ruby unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11" + ver="1.13.0" rev="1" + date="2019-11-14" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.13.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.13.0" rev="1" + date="2019-11-14" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="feature"> +<para> +basic support for HTTP reverse proxying. +</para> +</change> + +<change type="feature"> +<para> +compatibility with Python 3.8. +</para> +</change> + +<change type="bugfix"> +<para> +memory leak in Python application processes when the close handler was used. +</para> +</change> + +<change type="bugfix"> +<para> +threads in Python applications might not work correctly. +</para> +</change> + +<change type="bugfix"> +<para> +Ruby on Rails applications might not work on Ruby 2.6. +</para> +</change> + +<change type="bugfix"> +<para> +backtraces for uncaught exceptions in Python 3 might be logged with significant +delays. +</para> +</change> + +<change type="bugfix"> +<para> +explicit setting a namespaces isolation option to false might have enabled it. +</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.12.0" rev="1" date="2019-10-03" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |