Added version 1.0 CHANGES.
This commit is contained in:
15
CHANGES
15
CHANGES
@@ -1,4 +1,19 @@
|
|||||||
|
|
||||||
|
Changes with Unit 1.0 12 Apr 2018
|
||||||
|
|
||||||
|
*) Change: configuration object moved into "/config/" path.
|
||||||
|
|
||||||
|
*) Feature: basic access logging.
|
||||||
|
|
||||||
|
*) Bugfix: 503 error occurred if Go application did not write response
|
||||||
|
header or body.
|
||||||
|
|
||||||
|
*) Bugfix: Ruby applications that use encoding conversions might not
|
||||||
|
work.
|
||||||
|
|
||||||
|
*) Bugfix: various stability issues.
|
||||||
|
|
||||||
|
|
||||||
Changes with Unit 0.7 22 Mar 2018
|
Changes with Unit 0.7 22 Mar 2018
|
||||||
|
|
||||||
*) Feature: Ruby application module.
|
*) Feature: Ruby application module.
|
||||||
|
|||||||
@@ -5,6 +5,62 @@
|
|||||||
<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
|
||||||
|
unit-ruby"
|
||||||
|
ver="1.0" rev="1"
|
||||||
|
date="2018-04-12" time="18:00:00 +0300"
|
||||||
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
|
<change>
|
||||||
|
<para>
|
||||||
|
NGINX Unit updated to 1.0.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
|
<changes apply="unit" ver="1.0" rev="1"
|
||||||
|
date="2018-04-12" time="18:00:00 +0300"
|
||||||
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
|
<change type="change">
|
||||||
|
<para>
|
||||||
|
configuration object moved into "/config/" path.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para>
|
||||||
|
basic access logging.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para>
|
||||||
|
503 error occurred if Go application did not write response header or body.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para>
|
||||||
|
Ruby applications that use encoding conversions might not work.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para>
|
||||||
|
various stability issues.
|
||||||
|
</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