Added version 0.7 CHANGES.
This commit is contained in:
19
CHANGES
19
CHANGES
@@ -1,4 +1,23 @@
|
|||||||
|
|
||||||
|
Changes with Unit 0.7 22 Mar 2018
|
||||||
|
|
||||||
|
*) Feature: Ruby application module.
|
||||||
|
|
||||||
|
*) Bugfix: in discovering modules.
|
||||||
|
|
||||||
|
*) Bugfix: various race conditions on reconfiguration and during
|
||||||
|
shutting down.
|
||||||
|
|
||||||
|
*) Bugfix: tabs and trailing spaces were not allowed in header fields
|
||||||
|
values.
|
||||||
|
|
||||||
|
*) Bugfix: a segmentation fault occurred in Python module if
|
||||||
|
start_response() was called outside of WSGI callable.
|
||||||
|
|
||||||
|
*) Bugfix: a segmentation fault might occur in PHP module if there was
|
||||||
|
an error while initialization.
|
||||||
|
|
||||||
|
|
||||||
Changes with Unit 0.6 09 Feb 2018
|
Changes with Unit 0.6 09 Feb 2018
|
||||||
|
|
||||||
*) Bugfix: the main process died when the "type" application option
|
*) Bugfix: the main process died when the "type" application option
|
||||||
|
|||||||
@@ -5,6 +5,69 @@
|
|||||||
<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-go unit-go1.7 unit-go1.8 unit-go1.9
|
||||||
|
unit-perl"
|
||||||
|
ver="0.7" rev="1"
|
||||||
|
date="2018-03-22" time="18:00:00 +0300"
|
||||||
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
|
<change>
|
||||||
|
<para>
|
||||||
|
NGINX Unit updated to 0.7.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
|
<changes apply="unit" ver="0.7" rev="1"
|
||||||
|
date="2018-03-22" time="18:00:00 +0300"
|
||||||
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para>
|
||||||
|
Ruby application module.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para>
|
||||||
|
in discovering modules.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para>
|
||||||
|
various race conditions on reconfiguration and during shutting down.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para>
|
||||||
|
tabs and trailing spaces were not allowed in header fields values.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para>
|
||||||
|
a segmentation fault occurred in Python module if start_response() was called
|
||||||
|
outside of WSGI callable.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para>
|
||||||
|
a segmentation fault might occur in PHP module if there was an error while
|
||||||
|
initialization.
|
||||||
|
</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.4 unit-python3.5 unit-python3.6
|
||||||
|
|||||||
Reference in New Issue
Block a user