Added version 1.2 CHANGES.
This commit is contained in:
14
CHANGES
14
CHANGES
@@ -1,4 +1,18 @@
|
||||
|
||||
Changes with Unit 1.2 07 Jun 2018
|
||||
|
||||
*) Feature: configuration of environment variables for application
|
||||
processes.
|
||||
|
||||
*) Feature: customization of php.ini path.
|
||||
|
||||
*) Feature: setting of individual PHP configuration options.
|
||||
|
||||
*) Feature: configuration of execution arguments for Go applications.
|
||||
|
||||
*) Bugfix: keep-alive connections might hang after reconfiguration.
|
||||
|
||||
|
||||
Changes with Unit 1.1 26 Apr 2018
|
||||
|
||||
*) Bugfix: Python applications that use the write() callable did not
|
||||
|
||||
@@ -5,6 +5,62 @@
|
||||
<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-go1.10
|
||||
unit-perl
|
||||
unit-ruby"
|
||||
ver="1.2" rev="1"
|
||||
date="2018-06-07" time="18:00:00 +0300"
|
||||
packager="Andrei Belov <defan@nginx.com>">
|
||||
|
||||
<change>
|
||||
<para>
|
||||
NGINX Unit updated to 1.2.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes apply="unit" ver="1.2" rev="1"
|
||||
date="2018-06-07" time="18:00:00 +0300"
|
||||
packager="Andrei Belov <defan@nginx.com>">
|
||||
|
||||
<change type="feature">
|
||||
<para>
|
||||
configuration of environment variables for application processes.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para>
|
||||
customization of php.ini path.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para>
|
||||
setting of individual PHP configuration options.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para>
|
||||
configuration of execution arguments for Go applications.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para>
|
||||
keep-alive connections might hang after reconfiguration.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes apply="unit-go1.10" ver="1.1" rev="1"
|
||||
date="2018-05-14" time="18:00:00 +0300"
|
||||
packager="Andrei Belov <defan@nginx.com>">
|
||||
|
||||
Reference in New Issue
Block a user