summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-06-07 16:43:37 +0300
committerValentin Bartenev <vbart@nginx.com>2018-06-07 16:43:37 +0300
commit9dd0fa87ad9123cb4b005a26a528d37df81365cd (patch)
treea5fc63c47430ccdc148b7e1658d48836e44d56a6
parent8f278a5fedaa570398318dcec77eea7d8c856796 (diff)
downloadunit-9dd0fa87ad9123cb4b005a26a528d37df81365cd.tar.gz
unit-9dd0fa87ad9123cb4b005a26a528d37df81365cd.tar.bz2
Added version 1.2 CHANGES.
-rw-r--r--CHANGES14
-rw-r--r--docs/changes.xml56
2 files changed, 70 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0623b031..8ffe0dfd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,18 @@
+Changes with Unit 1.2 07 Jun 2018
+
+ *) Feature: configuration of environment variables for application
+ processes.
+
+ *) Feature: customization of php.ini path.
+
+ *) Feature: setting of individual PHP configuration options.
+
+ *) Feature: configuration of execution arguments for Go applications.
+
+ *) Bugfix: keep-alive connections might hang after reconfiguration.
+
+
Changes with Unit 1.1 26 Apr 2018
*) Bugfix: Python applications that use the write() callable did not
diff --git a/docs/changes.xml b/docs/changes.xml
index 4d320521..5b48619b 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -5,6 +5,62 @@
<change_log title="unit">
+<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;">
+
+<change>
+<para>
+NGINX Unit updated to 1.2.
+</para>
+</change>
+
+</changes>
+
+
+<changes apply="unit" ver="1.2" rev="1"
+ date="2018-06-07" time="18:00:00 +0300"
+ packager="Andrei Belov &lt;defan@nginx.com&gt;">
+
+<change type="feature">
+<para>
+configuration of environment variables for application processes.
+</para>
+</change>
+
+<change type="feature">
+<para>
+customization of php.ini path.
+</para>
+</change>
+
+<change type="feature">
+<para>
+setting of individual PHP configuration options.
+</para>
+</change>
+
+<change type="feature">
+<para>
+configuration of execution arguments for Go applications.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+keep-alive connections might hang after reconfiguration.
+</para>
+</change>
+
+</changes>
+
+
<changes apply="unit-go1.10" ver="1.1" rev="1"
date="2018-05-14" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">