CHANGES (885:aae620f3dc68) CHANGES (886:9d30c80a7935)
1
1
2Changes with Unit 1.7 20 Dec 2018
3
4 *) Change: now rpath is set in Ruby module only if the library was not
5 found in default search paths; this allows to meet packaging
6 restrictions on some systems.
7
8 *) Bugfix: "disable_functions" and "disable_classes" PHP options set via
9 Control API did not work.
10
11 *) Bugfix: Promises on request data in Node.js were not triggered.
12
13 *) Bugfix: various compatibility issues with Node.js applications.
14
15 *) Bugfix: a segmentation fault occurred in Node.js module if
16 application tried to read request body after request.end() was
17 called.
18
19 *) Bugfix: a segmentation fault occurred in Node.js module if
20 application attempted to send header twice.
21
22 *) Bugfix: names of response header fields in Node.js module were
23 erroneously treated as case-sensitive.
24
25 *) Bugfix: uncatched exceptions in Node.js were not logged.
26
27 *) Bugfix: global install of Node.js module from sources was broken on
28 some systems; the bug had appeared in 1.6.
29
30 *) Bugfix: traceback for exceptions during initialization of Python
31 applications might not be logged.
32
33 *) Bugfix: PHP module build failed if PHP interpreter was built with
34 thread safety enabled.
35
36
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

--- 251 unchanged lines hidden ---
37Changes with Unit 1.6 15 Nov 2018
38
39 *) Change: "make install" now installs Node.js module as well if it was
40 configured.
41
42 *) Feature: "--local" ./configure option to install Node.js module
43 locally.
44

--- 251 unchanged lines hidden ---