summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGES22
-rw-r--r--docs/changes.xml68
2 files changed, 90 insertions, 0 deletions
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
@@ -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 &lt;thresh@nginx.com&gt;">
+
+<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 &lt;defan@nginx.com&gt;">