From b4e2ec43d1f5bc904800c76e1d02b96d7683765f Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 15 Nov 2018 15:56:09 +0300 Subject: Added version 1.6 CHANGES. --- CHANGES | 22 ++++++++++++++++++ docs/changes.xml | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) diff --git a/CHANGES b/CHANGES index b1047284..69761f50 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/docs/changes.xml b/docs/changes.xml index 5be0a94e..b3bc33ee 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,74 @@ + + + + +NGINX Unit updated to 1.6. + + + + + + + + + + +"make install" now installs Node.js module as well if it was configured. + + + + + +"--local" ./configure option to install Node.js module locally. + + + + + +Node.js module might have crashed due to broken reference counting. + + + + + +asynchronous operations in Node.js might not have worked. + + + + + +various compatibility issues with Node.js applications. + + + + + +"freed pointer is out of pool" alerts might have appeared in log. + + + + + +module discovery didn't work on 64-bit big-endian systems like IBM/S390x. + + + + + +