Added version 1.15.0 CHANGES.
This commit is contained in:
15
CHANGES
15
CHANGES
@@ -1,4 +1,19 @@
|
|||||||
|
|
||||||
|
Changes with Unit 1.15.0 06 Feb 2020
|
||||||
|
|
||||||
|
*) Change: extensions of dynamically requested PHP scripts were
|
||||||
|
restricted to ".php".
|
||||||
|
|
||||||
|
*) Feature: compatibility with Ruby 2.7.
|
||||||
|
|
||||||
|
*) Bugfix: segmentation fault might have occurred in the router process
|
||||||
|
with multiple application processes under load; the bug had appeared
|
||||||
|
in 1.14.0.
|
||||||
|
|
||||||
|
*) Bugfix: receiving request body over TLS connection might have
|
||||||
|
stalled.
|
||||||
|
|
||||||
|
|
||||||
Changes with Unit 1.14.0 26 Dec 2019
|
Changes with Unit 1.14.0 26 Dec 2019
|
||||||
|
|
||||||
*) Change: the Go package import name changed to "unit.nginx.org/go".
|
*) Change: the Go package import name changed to "unit.nginx.org/go".
|
||||||
|
|||||||
@@ -5,6 +5,59 @@
|
|||||||
<change_log title="unit">
|
<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-python3.8
|
||||||
|
unit-go
|
||||||
|
unit-perl
|
||||||
|
unit-ruby
|
||||||
|
unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11"
|
||||||
|
ver="1.15.0" rev="1"
|
||||||
|
date="2020-02-06" time="18:00:00 +0300"
|
||||||
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
|
<change>
|
||||||
|
<para>
|
||||||
|
NGINX Unit updated to 1.15.0.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
|
<changes apply="unit" ver="1.15.0" rev="1"
|
||||||
|
date="2020-02-06" time="18:00:00 +0300"
|
||||||
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
|
<change type="change">
|
||||||
|
<para>
|
||||||
|
extensions of dynamically requested PHP scripts were restricted to ".php".
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para>
|
||||||
|
compatibility with Ruby 2.7.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para>
|
||||||
|
segmentation fault might have occurred in the router process with multiple
|
||||||
|
application processes under load; the bug had appeared in 1.14.0.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para>
|
||||||
|
receiving request body over TLS connection might have stalled.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
<changes apply="unit-php
|
<changes apply="unit-php
|
||||||
unit-python unit-python2.7
|
unit-python unit-python2.7
|
||||||
unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7
|
unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7
|
||||||
|
|||||||
Reference in New Issue
Block a user