diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-12-28 16:01:06 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-12-28 16:01:06 +0300 |
commit | 8ba7f5f1e58e7f0d1e6a71bba70f8a988bb21d5f (patch) | |
tree | 3432b58cc68541afdfab38c91a52271fa4d8284b /docs/changes.xml | |
parent | 9a6d3c5775d945509c7c2cbec48be59757da42c3 (diff) | |
download | unit-8ba7f5f1e58e7f0d1e6a71bba70f8a988bb21d5f.tar.gz unit-8ba7f5f1e58e7f0d1e6a71bba70f8a988bb21d5f.tar.bz2 |
Added version 0.3 CHANGES.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 166 |
1 files changed, 166 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 57528deb..9b7490b9 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,172 @@ <change_log title="unit"> +<changes apply="unit-go" ver="0.3" rev="1" + date="2017-12-28" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.3. +</para> +</change> + +</changes> + + +<changes apply="unit-go1.7" ver="0.3" rev="1" + date="2017-12-28" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.3. +</para> +</change> + +</changes> + + +<changes apply="unit-go1.8" ver="0.3" rev="1" + date="2017-12-28" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.3. +</para> +</change> + +</changes> + + +<changes apply="unit-python" ver="0.3" rev="1" + date="2017-12-28" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.3. +</para> +</change> + +</changes> + + +<changes apply="unit-python2.7" ver="0.3" rev="1" + date="2017-12-28" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.3. +</para> +</change> + +</changes> + + +<changes apply="unit-python3.4" ver="0.3" rev="1" + date="2017-12-28" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.3. +</para> +</change> + +</changes> + + +<changes apply="unit-python3.5" ver="0.3" rev="1" + date="2017-12-28" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.3. +</para> +</change> + +</changes> + + +<changes apply="unit-php" ver="0.3" rev="1" + date="2017-12-28" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.3. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="0.3" rev="1" + date="2017-12-28" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="change"> +<para> +the Go package name changed to "nginx/unit". +</para> +</change> + +<change type="change"> +<para> +in the "limits.timeout" application option: application start time and +time in queue now are not accounted. +</para> +</change> + +<change type="feature"> +<para> +the "limits.requests" application option. +</para> +</change> + +<change type="feature"> +<para> +application request processing latency optimization. +</para> +</change> + +<change type="feature"> +<para> +HTTP keep-alive connections support. +</para> +</change> + +<change type="feature"> +<para> +the "home" Python virtual environment configuration option. +</para> +</change> + +<change type="feature"> +<para> +Python atexit hook support. +</para> +</change> + +<change type="feature"> +<para> +various Go package improvements. +</para> +</change> + +<change type="bugfix"> +<para> +various crashes fixed. +</para> +</change> + +</changes> + + <changes apply="unit-go" ver="0.2" rev="1" date="2017-10-19" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |