diff options
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 35 | ||||
-rw-r--r-- | docs/changes.xml | 100 |
2 files changed, 135 insertions, 0 deletions
@@ -1,4 +1,39 @@ +Changes with Unit 1.7 20 Dec 2018 + + *) Change: now rpath is set in Ruby module only if the library was not + found in default search paths; this allows to meet packaging + restrictions on some systems. + + *) Bugfix: "disable_functions" and "disable_classes" PHP options set via + Control API did not work. + + *) Bugfix: Promises on request data in Node.js were not triggered. + + *) Bugfix: various compatibility issues with Node.js applications. + + *) Bugfix: a segmentation fault occurred in Node.js module if + application tried to read request body after request.end() was + called. + + *) Bugfix: a segmentation fault occurred in Node.js module if + application attempted to send header twice. + + *) Bugfix: names of response header fields in Node.js module were + erroneously treated as case-sensitive. + + *) Bugfix: uncatched exceptions in Node.js were not logged. + + *) Bugfix: global install of Node.js module from sources was broken on + some systems; the bug had appeared in 1.6. + + *) Bugfix: traceback for exceptions during initialization of Python + applications might not be logged. + + *) Bugfix: PHP module build failed if PHP interpreter was built with + thread safety enabled. + + Changes with Unit 1.6 15 Nov 2018 *) Change: "make install" now installs Node.js module as well if it was diff --git a/docs/changes.xml b/docs/changes.xml index f6f29848..7443795b 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -11,6 +11,106 @@ unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 unit-perl unit-ruby" + ver="1.7" rev="1" + date="2018-12-20" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.7. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.7" rev="1" + date="2018-12-20" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="change"> +<para> +now rpath is set in Ruby module only if the library was not found in default +search paths; this allows to meet packaging restrictions on some systems. +</para> +</change> + +<change type="bugfix"> +<para> +"disable_functions" and "disable_classes" PHP options set via Control API +did not work. +</para> +</change> + +<change type="bugfix"> +<para> +Promises on request data in Node.js were not triggered. +</para> +</change> + +<change type="bugfix"> +<para> +various compatibility issues with Node.js applications. +</para> +</change> + +<change type="bugfix"> +<para> +a segmentation fault occurred in Node.js module if application tried to read +request body after request.end() was called. +</para> +</change> + +<change type="bugfix"> +<para> +a segmentation fault occurred in Node.js module if application attempted to +send header twice. +</para> +</change> + +<change type="bugfix"> +<para> +names of response header fields in Node.js module were erroneously treated as +case-sensitive. +</para> +</change> + +<change type="bugfix"> +<para> +uncatched exceptions in Node.js were not logged. +</para> +</change> + +<change type="bugfix"> +<para> +global install of Node.js module from sources was broken on some systems; +the bug had appeared in 1.6. +</para> +</change> + +<change type="bugfix"> +<para> +traceback for exceptions during initialization of Python applications might not +be logged. +</para> +</change> + +<change type="bugfix"> +<para> +PHP module build failed if PHP interpreter was built with thread safety +enabled. +</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.6" rev="1" date="2018-11-15" time="18:00:00 +0300" packager="Konstantin Pavlov <thresh@nginx.com>"> |