Added version 1.14.0 CHANGES.

This commit is contained in:
Valentin Bartenev
2019-12-26 17:03:21 +03:00
parent 693a458b4e
commit 9403233328
2 changed files with 75 additions and 0 deletions

View File

@@ -5,6 +5,65 @@
<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.14.0" rev="1"
date="2019-12-26" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 1.14.0.
</para>
</change>
</changes>
<changes apply="unit" ver="1.14.0" rev="1"
date="2019-12-26" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change type="change">
<para>
the Go package import name changed to "unit.nginx.org/go".
</para>
</change>
<change type="change">
<para>
Go package now links to libunit instead of including library sources.
</para>
</change>
<change type="feature">
<para>
ability to change user and group for isolated applications when Unit daemon
runs as an unprivileged user.
</para>
</change>
<change type="feature">
<para>
request routing by source and destination addresses and ports.
</para>
</change>
<change type="bugfix">
<para>
memory bloat on large responses.
</para>
</change>
</changes>
<changes apply="unit-go1.13" ver="1.13.0" rev="1"
date="2019-11-20" time="09:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">