From 050cfb6d5bc755189b6e95e54320cf4c2a8b7441 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 1 Mar 2019 18:23:38 +0300 Subject: Added version 1.8.0 CHANGES. --- docs/changes.xml | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index ea4298ba..e4b8158d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,147 @@ + + + + +Initial release of Java common packages for NGINX Unit. + + + + + + + + + + +Initial release of Java 8 module for NGINX Unit. + + + + + + + + + + +Initial release of Java 10 module for NGINX Unit. + + + + + + + + + + +Initial release of Java 11 module for NGINX Unit. + + + + + + + + + + +NGINX Unit updated to 1.8.0. + + + + + + + + + + +now three numbers are always used for versioning: major, minor, +and patch versions. + + + + + +now QUERY_STRING is always defined even if the request does not include +the query component. + + + + + +basic internal request routing by Host, URI, and method. + + + + + +experimental support for Java Servlet Containers. + + + + + +segmentation fault might have occurred in the router process. + + + + + +various potential memory leaks. + + + + + +TLS connections might have stalled. + + + + + +some Perl applications might have failed to send the response body. + + + + + +some compilers with specific flags might have produced non-functioning builds; +the bug had appeared in 1.5. + + + + + +Node.js package had wrong version number when installed from sources. + + + + + +