diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-02-09 19:07:55 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-02-09 19:07:55 +0300 |
commit | 061343520d660b12d48cf11ae76aeba8ad201aef (patch) | |
tree | e866d50900a87ea689f04b86d458664fd7a5b34b | |
parent | 24d07cfdd2b660d11e3ba7f5e77a6c690bfff8ad (diff) | |
download | unit-061343520d660b12d48cf11ae76aeba8ad201aef.tar.gz unit-061343520d660b12d48cf11ae76aeba8ad201aef.tar.bz2 |
Added version 0.6 CHANGES.
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | docs/changes.xml | 157 |
2 files changed, 163 insertions, 0 deletions
@@ -1,4 +1,10 @@ +Changes with Unit 0.6 09 Feb 2018 + + *) Bugfix: the main process died when the "type" application option + contained version; the bug had appeared in 0.5. + + Changes with Unit 0.5 08 Feb 2018 *) Change: the "workers" application option was removed, the "processes" diff --git a/docs/changes.xml b/docs/changes.xml index 917b3f63..79cc3cb0 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,163 @@ <change_log title="unit"> +<changes apply="unit-go1.9" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.6. +</para> +</change> + +</changes> + + +<changes apply="unit-go1.8" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.6. +</para> +</change> + +</changes> + + +<changes apply="unit-go1.7" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.6. +</para> +</change> + +</changes> + + +<changes apply="unit-go" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.6. +</para> +</change> + +</changes> + + +<changes apply="unit-python3.6" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.6. +</para> +</change> + +</changes> + + +<changes apply="unit-python3.5" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.6. +</para> +</change> + +</changes> + + +<changes apply="unit-python3.4" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.6. +</para> +</change> + +</changes> + + +<changes apply="unit-python2.7" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.6. +</para> +</change> + +</changes> + + +<changes apply="unit-python" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.6. +</para> +</change> + +</changes> + + +<changes apply="unit-php" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.6. +</para> +</change> + +</changes> + + +<changes apply="unit-perl" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 0.6. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="0.6" rev="1" + date="2018-02-09" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="bugfix"> +<para> +the main process died when the "type" application option contained version; +the bug had appeared in 0.5. +</para> +</change> + +</changes> + + <changes apply="unit-go1.9" ver="0.5" rev="1" date="2018-02-08" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |