Added version 1.6 CHANGES.
This commit is contained in:
22
CHANGES
22
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
|
Changes with Unit 1.5 25 Oct 2018
|
||||||
|
|
||||||
*) Change: the "type" of application object for Go was changed to
|
*) Change: the "type" of application object for Go was changed to
|
||||||
|
|||||||
@@ -5,6 +5,74 @@
|
|||||||
<change_log title="unit">
|
<change_log title="unit">
|
||||||
|
|
||||||
|
|
||||||
|
<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.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
|
<changes apply="unit-php
|
||||||
unit-python unit-python2.7
|
unit-python unit-python2.7
|
||||||
unit-python3.4 unit-python3.5 unit-python3.6
|
unit-python3.4 unit-python3.5 unit-python3.6
|
||||||
|
|||||||
Reference in New Issue
Block a user