Added version 1.8.0 CHANGES.

This commit is contained in:
Valentin Bartenev
2019-03-01 18:23:38 +03:00
parent 86d4a0e473
commit 050cfb6d5b
3 changed files with 171 additions and 1 deletions

View File

@@ -5,6 +5,147 @@
<change_log title="unit">
<changes apply="unit-jsc-common" ver="1.8.0" rev="1"
date="2019-03-01" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
Initial release of Java common packages for NGINX Unit.
</para>
</change>
</changes>
<changes apply="unit-jsc8" ver="1.8.0" rev="1"
date="2019-03-01" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
Initial release of Java 8 module for NGINX Unit.
</para>
</change>
</changes>
<changes apply="unit-jsc10" ver="1.8.0" rev="1"
date="2019-03-01" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
Initial release of Java 10 module for NGINX Unit.
</para>
</change>
</changes>
<changes apply="unit-jsc11" ver="1.8.0" rev="1"
date="2019-03-01" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
Initial release of Java 11 module for NGINX Unit.
</para>
</change>
</changes>
<changes apply="unit-php
unit-python unit-python2.7
unit-python3.4 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"
ver="1.8.0" rev="1"
date="2019-03-01" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
NGINX Unit updated to 1.8.0.
</para>
</change>
</changes>
<changes apply="unit" ver="1.8.0" rev="1"
date="2019-03-01" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change type="change">
<para>
now three numbers are always used for versioning: major, minor,
and patch versions.
</para>
</change>
<change type="change">
<para>
now QUERY_STRING is always defined even if the request does not include
the query component.
</para>
</change>
<change type="feature">
<para>
basic internal request routing by Host, URI, and method.
</para>
</change>
<change type="feature">
<para>
experimental support for Java Servlet Containers.
</para>
</change>
<change type="bugfix">
<para>
segmentation fault might have occurred in the router process.
</para>
</change>
<change type="bugfix">
<para>
various potential memory leaks.
</para>
</change>
<change type="bugfix">
<para>
TLS connections might have stalled.
</para>
</change>
<change type="bugfix">
<para>
some Perl applications might have failed to send the response body.
</para>
</change>
<change type="bugfix">
<para>
some compilers with specific flags might have produced non-functioning builds;
the bug had appeared in 1.5.
</para>
</change>
<change type="bugfix">
<para>
Node.js package had wrong version number when installed from sources.
</para>
</change>
</changes>
<changes apply="unit-php
unit-python unit-python2.7
unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7