summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2018-01-15 15:05:25 +0300
committerIgor Sysoev <igor@sysoev.ru>2018-01-15 15:05:25 +0300
commitac433f1f304c65127403cd79fef6e7ad5526940c (patch)
tree6a74cd352fcfbd33e33bdebd922a449d7765a731
parenta35732bf057bd7d04a2b675589679af000f88169 (diff)
downloadunit-ac433f1f304c65127403cd79fef6e7ad5526940c.tar.gz
unit-ac433f1f304c65127403cd79fef6e7ad5526940c.tar.bz2
Added version 0.4 CHANGES.
-rw-r--r--CHANGES16
-rw-r--r--docs/Makefile6
-rw-r--r--docs/changes.xml169
3 files changed, 189 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 8b773b47..c4055f02 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
*) Change: the Go package name changed to "nginx/unit".
diff --git a/docs/Makefile b/docs/Makefile
index 8aed8618..51f3108d 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -7,8 +7,10 @@ XSLS?= xslscript.pl
PACKAGES= unit \
unit-php \
- unit-python unit-python2.7 unit-python3.4 unit-python3.5\
- unit-go unit-go1.7 unit-go1.8
+ 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
+
all: changes changelogs
diff --git a/docs/changes.xml b/docs/changes.xml
index 14ccc261..7909f7c7 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -5,6 +5,175 @@
<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"
date="2017-12-28" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">