From 45655f26527c43a4606b0c8b5fbba1c426e10273 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 20 Dec 2018 19:17:08 +0300 Subject: Added version 1.7 CHANGES. --- docs/changes.xml | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index f6f29848..7443795b 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,106 @@ + + + + +NGINX Unit updated to 1.7. + + + + + + + + + + +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. + + + + + +"disable_functions" and "disable_classes" PHP options set via Control API +did not work. + + + + + +Promises on request data in Node.js were not triggered. + + + + + +various compatibility issues with Node.js applications. + + + + + +a segmentation fault occurred in Node.js module if application tried to read +request body after request.end() was called. + + + + + +a segmentation fault occurred in Node.js module if application attempted to +send header twice. + + + + + +names of response header fields in Node.js module were erroneously treated as +case-sensitive. + + + + + +uncatched exceptions in Node.js were not logged. + + + + + +global install of Node.js module from sources was broken on some systems; +the bug had appeared in 1.6. + + + + + +traceback for exceptions during initialization of Python applications might not +be logged. + + + + + +PHP module build failed if PHP interpreter was built with thread safety +enabled. + + + + + +