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/Makefile | 3 +- docs/changes.xml | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 143 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index 1f0ba451..ef9e596e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -11,7 +11,8 @@ PACKAGES= unit \ unit-python3.5 unit-python3.6 unit-python3.7 \ unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 \ unit-perl \ - unit-ruby + unit-ruby \ + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 all: changes changelogs 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. + + + + + +