Added version 1.12.0 CHANGES.

This commit is contained in:
Valentin Bartenev
2019-10-03 16:30:31 +03:00
parent aa910b276e
commit b1cb78ef8e
2 changed files with 66 additions and 0 deletions

14
CHANGES
View File

@@ -1,4 +1,18 @@
Changes with Unit 1.12.0 03 Oct 2019
*) Feature: compatibility with PHP 7.4.
*) Bugfix: descriptors leak on process creation; the bug had appeared in
1.11.0.
*) Bugfix: TLS connection might be closed prematurely while sending
response.
*) Bugfix: segmentation fault might have occurred if an irregular file
was requested.
Changes with Unit 1.11.0 19 Sep 2019
*) Feature: basic support for serving static files.

View File

@@ -5,6 +5,58 @@
<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.12.0" rev="1"
date="2019-10-03" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<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 &lt;defan@nginx.com&gt;">
<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