diff options
| author | Konstantin Pavlov <thresh@nginx.com> | 2018-11-15 16:23:35 +0300 |
|---|---|---|
| committer | Konstantin Pavlov <thresh@nginx.com> | 2018-11-15 16:23:35 +0300 |
| commit | 6ccba253f8d415337a09fb935606447791ce308c (patch) | |
| tree | e0f9a8c5e8ede8cef1500c316d7534dd8de7b972 /CHANGES | |
| parent | bdde42999b36af85f2f04c0872fdd3e30af52027 (diff) | |
| parent | a4b02e17382ccbfc19410c644004c4615b2c2c29 (diff) | |
| download | unit-1.6-1.tar.gz unit-1.6-1.tar.bz2 | |
Merged with the default branch.1.6-1
Diffstat (limited to 'CHANGES')
| -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 |
