Added version 1.2 CHANGES.

This commit is contained in:
Valentin Bartenev
2018-06-07 16:43:37 +03:00
parent 8f278a5fed
commit 9dd0fa87ad
2 changed files with 70 additions and 0 deletions

View File

@@ -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 &lt;defan@nginx.com&gt;">
<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 &lt;defan@nginx.com&gt;">
<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 &lt;defan@nginx.com&gt;">