Added version 1.13.0 CHANGES.

This commit is contained in:
Valentin Bartenev
2019-11-14 19:23:38 +03:00
parent 1072c94829
commit 182107c10e
2 changed files with 90 additions and 0 deletions

20
CHANGES
View File

@@ -1,4 +1,24 @@
Changes with Unit 1.13.0 14 Nov 2019
*) Feature: basic support for HTTP reverse proxying.
*) Feature: compatibility with Python 3.8.
*) Bugfix: memory leak in Python application processes when the close
handler was used.
*) Bugfix: threads in Python applications might not work correctly.
*) Bugfix: Ruby on Rails applications might not work on Ruby 2.6.
*) Bugfix: backtraces for uncaught exceptions in Python 3 might be
logged with significant delays.
*) Bugfix: explicit setting a namespaces isolation option to false might
have enabled it.
Changes with Unit 1.12.0 03 Oct 2019
*) Feature: compatibility with PHP 7.4.

View File

@@ -5,6 +5,76 @@
<change_log title="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-go1.11
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 &lt;defan@nginx.com&gt;">
<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 &lt;defan@nginx.com&gt;">
<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