Added version 1.14.0 CHANGES.
This commit is contained in:
16
CHANGES
16
CHANGES
@@ -1,4 +1,20 @@
|
||||
|
||||
Changes with Unit 1.14.0 26 Dec 2019
|
||||
|
||||
*) Change: the Go package import name changed to "unit.nginx.org/go".
|
||||
|
||||
*) Change: Go package now links to libunit instead of including library
|
||||
sources.
|
||||
|
||||
*) Feature: ability to change user and group for isolated applications
|
||||
when Unit daemon runs as an unprivileged user.
|
||||
|
||||
*) Feature: request routing by source and destination addresses and
|
||||
ports.
|
||||
|
||||
*) Bugfix: memory bloat on large responses.
|
||||
|
||||
|
||||
Changes with Unit 1.13.0 14 Nov 2019
|
||||
|
||||
*) Feature: basic support for HTTP reverse proxying.
|
||||
|
||||
@@ -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 <defan@nginx.com>">
|
||||
|
||||
<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 <defan@nginx.com>">
|
||||
|
||||
<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 <defan@nginx.com>">
|
||||
|
||||
Reference in New Issue
Block a user