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 /CHANGES | |
parent | 2b4d83cbd8a228b0004e3831c9d933400dede3c1 (diff) | |
download | unit-b4e2ec43d1f5bc904800c76e1d02b96d7683765f.tar.gz unit-b4e2ec43d1f5bc904800c76e1d02b96d7683765f.tar.bz2 |
Added version 1.6 CHANGES.
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,4 +1,26 @@ +Changes with Unit 1.6 15 Nov 2018 + + *) Change: "make install" now installs Node.js module as well if it was + configured. + + *) Feature: "--local" ./configure option to install Node.js module + locally. + + *) Bugfix: Node.js module might have crashed due to broken reference + counting. + + *) Bugfix: asynchronous operations in Node.js might not have worked. + + *) Bugfix: various compatibility issues with Node.js applications. + + *) Bugfix: "freed pointer is out of pool" alerts might have appeared in + log. + + *) Bugfix: module discovery didn't work on 64-bit big-endian systems + like IBM/S390x. + + Changes with Unit 1.5 25 Oct 2018 *) Change: the "type" of application object for Go was changed to |