summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-07-13 14:45:08 +0300
committerValentin Bartenev <vbart@nginx.com>2018-07-13 14:45:08 +0300
commita1bf265d520cb8775eeb327baa3e3d85db0c052b (patch)
treef4c438d02fa8b2625a3213145dd89022632ed5e9
parentbd8eacf52d22c37b2ca7e757a618aec0119467f7 (diff)
downloadunit-a1bf265d520cb8775eeb327baa3e3d85db0c052b.tar.gz
unit-a1bf265d520cb8775eeb327baa3e3d85db0c052b.tar.bz2
Added version 1.3 CHANGES.
-rw-r--r--CHANGES23
-rw-r--r--docs/changes.xml75
2 files changed, 98 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8ffe0dfd..e965f340 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,27 @@
+Changes with Unit 1.3 13 Jul 2018
+
+ *) Change: UTF-8 characters are now allowed in request header field
+ values.
+
+ *) Feature: configuration of the request body size limit.
+
+ *) Feature: configuration of various HTTP connection timeouts.
+
+ *) Feature: Ruby module now automatically uses Bundler where possible.
+
+ *) Feature: http.Flusher interface in Go module.
+
+ *) Bugfix: various issues in HTTP connection errors handling.
+
+ *) Bugfix: requests with body data might be handled incorrectly in PHP
+ module.
+
+ *) Bugfix: individual PHP configuration options specified via control
+ API were reset to previous values after the first request in
+ application process.
+
+
Changes with Unit 1.2 07 Jun 2018
*) Feature: configuration of environment variables for application
diff --git a/docs/changes.xml b/docs/changes.xml
index 5b48619b..bca9d86e 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -11,6 +11,81 @@
unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10
unit-perl
unit-ruby"
+ ver="1.3" rev="1"
+ date="2018-07-13" time="18:00:00 +0300"
+ packager="Konstantin Pavlov &lt;thresh@nginx.com&gt;">
+
+<change>
+<para>
+NGINX Unit updated to 1.3.
+</para>
+</change>
+
+</changes>
+
+
+<changes apply="unit" ver="1.3" rev="1"
+ date="2018-07-13" time="18:00:00 +0300"
+ packager="Konstantin Pavlov &lt;thresh@nginx.com&gt;">
+
+<change type="change">
+<para>
+UTF-8 characters are now allowed in request header field values.
+</para>
+</change>
+
+<change type="feature">
+<para>
+configuration of the request body size limit.
+</para>
+</change>
+
+<change type="feature">
+<para>
+configuration of various HTTP connection timeouts.
+</para>
+</change>
+
+<change type="feature">
+<para>
+Ruby module now automatically uses Bundler where possible.
+</para>
+</change>
+
+<change type="feature">
+<para>
+http.Flusher interface in Go module.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+various issues in HTTP connection errors handling.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+requests with body data might be handled incorrectly in PHP module.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+individual PHP configuration options specified via control API were reset
+to previous values after the first request in application process.
+</para>
+</change>
+
+</changes>
+
+
+<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;">