Deleted
Added
CHANGES (846:b366e89a9b73) | CHANGES (885:aae620f3dc68) |
---|---|
1 2Changes with Unit 1.6 15 Nov 2018 3 4 *) Change: "make install" now installs Node.js module as well if it was 5 configured. 6 7 *) Feature: "--local" ./configure option to install Node.js module 8 locally. 9 10 *) Bugfix: Node.js module might have crashed due to broken reference 11 counting. 12 13 *) Bugfix: asynchronous operations in Node.js might not have worked. 14 15 *) Bugfix: various compatibility issues with Node.js applications. 16 17 *) Bugfix: "freed pointer is out of pool" alerts might have appeared in 18 log. 19 | 1 2Changes with Unit 1.6 15 Nov 2018 3 4 *) Change: "make install" now installs Node.js module as well if it was 5 configured. 6 7 *) Feature: "--local" ./configure option to install Node.js module 8 locally. 9 10 *) Bugfix: Node.js module might have crashed due to broken reference 11 counting. 12 13 *) Bugfix: asynchronous operations in Node.js might not have worked. 14 15 *) Bugfix: various compatibility issues with Node.js applications. 16 17 *) Bugfix: "freed pointer is out of pool" alerts might have appeared in 18 log. 19 |
20 *) Bugfix: module discovery didn't work on 64-bit big-endian systems | 20 *) Bugfix: module discovery did not work on 64-bit big-endian systems |
21 like IBM/S390x. 22 23 24Changes with Unit 1.5 25 Oct 2018 25 26 *) Change: the "type" of application object for Go was changed to 27 "external". 28 --- 7 unchanged lines hidden (view full) --- 36 37 *) Bugfix: connection might be closed prematurely while sending 38 response; the bug had appeared in 1.3. 39 40 *) Bugfix: application processes might have stopped handling requests, 41 producing "last message send failed: Resource temporarily 42 unavailable" alerts in log; the bug had appeared in 1.4. 43 | 21 like IBM/S390x. 22 23 24Changes with Unit 1.5 25 Oct 2018 25 26 *) Change: the "type" of application object for Go was changed to 27 "external". 28 --- 7 unchanged lines hidden (view full) --- 36 37 *) Bugfix: connection might be closed prematurely while sending 38 response; the bug had appeared in 1.3. 39 40 *) Bugfix: application processes might have stopped handling requests, 41 producing "last message send failed: Resource temporarily 42 unavailable" alerts in log; the bug had appeared in 1.4. 43 |
44 *) Bugfix: Go applications didn't work when Unit was built with musl C | 44 *) Bugfix: Go applications did not work when Unit was built with musl C |
45 library. 46 47 48Changes with Unit 1.4 20 Sep 2018 49 50 *) Change: the control API maps the configuration object only at 51 "/config/". 52 --- 208 unchanged lines hidden --- | 45 library. 46 47 48Changes with Unit 1.4 20 Sep 2018 49 50 *) Change: the control API maps the configuration object only at 51 "/config/". 52 --- 208 unchanged lines hidden --- |