diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-11-15 15:56:09 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-11-15 15:56:09 +0300 |
commit | b4e2ec43d1f5bc904800c76e1d02b96d7683765f (patch) | |
tree | 53ec47c3b2841e8819f3437ea50d75f7258eacc7 /docs/changes.xml | |
parent | 2b4d83cbd8a228b0004e3831c9d933400dede3c1 (diff) | |
download | unit-b4e2ec43d1f5bc904800c76e1d02b96d7683765f.tar.gz unit-b4e2ec43d1f5bc904800c76e1d02b96d7683765f.tar.bz2 |
Added version 1.6 CHANGES.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 5be0a94e..b3bc33ee 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -11,6 +11,74 @@ unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 unit-perl unit-ruby" + ver="1.6" rev="1" + date="2018-11-15" time="18:00:00 +0300" + packager="Konstantin Pavlov <thresh@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.6. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.6" rev="1" + date="2018-11-15" time="18:00:00 +0300" + packager="Konstantin Pavlov <thresh@nginx.com>"> + +<change type="change"> +<para> +"make install" now installs Node.js module as well if it was configured. +</para> +</change> + +<change type="feature"> +<para> +"--local" ./configure option to install Node.js module locally. +</para> +</change> + +<change type="bugfix"> +<para> +Node.js module might have crashed due to broken reference counting. +</para> +</change> + +<change type="bugfix"> +<para> +asynchronous operations in Node.js might not have worked. +</para> +</change> + +<change type="bugfix"> +<para> +various compatibility issues with Node.js applications. +</para> +</change> + +<change type="bugfix"> +<para> +"freed pointer is out of pool" alerts might have appeared in log. +</para> +</change> + +<change type="bugfix"> +<para> +module discovery didn't work on 64-bit big-endian systems like IBM/S390x. +</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.5" rev="1" date="2018-10-25" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |