Added version 0.4 CHANGES.

This commit is contained in:
Igor Sysoev
2018-01-15 15:05:25 +03:00
parent a35732bf05
commit ac433f1f30
3 changed files with 189 additions and 2 deletions

16
CHANGES
View File

@@ -1,4 +1,20 @@
Changes with Unit 0.4 15 Jan 2018
*) Feature: compatibility with DragonFly BSD.
*) Feature: "configure php --lib-static" option.
*) Bugfix: HTTP request body was not passed to application; the bug had
appeared in 0.3.
*) Bugfix: HTTP large header buffers allocation and deallocation fixed;
the bug had appeared in 0.3.
*) Bugfix: some PHP applications might not work with relative "root"
path.
Changes with Unit 0.3 28 Dec 2017 Changes with Unit 0.3 28 Dec 2017
*) Change: the Go package name changed to "nginx/unit". *) Change: the Go package name changed to "nginx/unit".

View File

@@ -7,8 +7,10 @@ XSLS?= xslscript.pl
PACKAGES= unit \ PACKAGES= unit \
unit-php \ unit-php \
unit-python unit-python2.7 unit-python3.4 unit-python3.5\ unit-python unit-python2.7 unit-python3.4 \
unit-go unit-go1.7 unit-go1.8 unit-python3.5 unit-python3.6 \
unit-go unit-go1.7 unit-go1.8 unit-go1.9
all: changes changelogs all: changes changelogs

View File

@@ -5,6 +5,175 @@
<change_log title="unit"> <change_log title="unit">
<changes apply="unit-go1.9" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 0.4.
</para>
</change>
</changes>
<changes apply="unit-go1.8" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 0.4.
</para>
</change>
</changes>
<changes apply="unit-go1.7" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 0.4.
</para>
</change>
</changes>
<changes apply="unit-go" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 0.4.
</para>
</change>
</changes>
<changes apply="unit-python3.6" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 0.4.
</para>
</change>
</changes>
<changes apply="unit-python3.5" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 0.4.
</para>
</change>
</changes>
<changes apply="unit-python3.4" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 0.4.
</para>
</change>
</changes>
<changes apply="unit-python2.7" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 0.4.
</para>
</change>
</changes>
<changes apply="unit-python" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 0.4.
</para>
</change>
</changes>
<changes apply="unit-php" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 0.4.
</para>
</change>
</changes>
<changes apply="unit" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change type="feature">
<para>
compatibility with DragonFly BSD.
</para>
</change>
<change type="feature">
<para>
"configure php --lib-static" option.
</para>
</change>
<change type="bugfix">
<para>
HTTP request body was not passed to application;
the bug had appeared in 0.3.
</para>
</change>
<change type="bugfix">
<para>
HTTP large header buffers allocation and deallocation fixed;
the bug had appeared in 0.3.
</para>
</change>
<change type="bugfix">
<para>
some PHP applications might not work with relative "root" path.
</para>
</change>
</changes>
<changes apply="unit-go1.9" ver="0.3" rev="1" <changes apply="unit-go1.9" ver="0.3" rev="1"
date="2017-12-28" time="18:00:00 +0300" date="2017-12-28" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;"> packager="Andrei Belov &lt;defan@nginx.com&gt;">