Edited "changes.xml" for the 1.30.0 release.

This commit is contained in:
Andrei Zeliankou 2023-05-10 16:07:25 +01:00
parent e88e16d11e
commit ec275200f7

View file

@ -45,6 +45,12 @@ Initial release of Java 20 module for NGINX Unit.
date="" time=""
packager="Nginx Packaging <nginx-packaging@f5.com>">
<change type="change">
<para>
remove Unix domain listen sockets upon reconfiguration.
</para>
</change>
<change type="feature">
<para>
basic URI rewrite support.
@ -53,13 +59,19 @@ basic URI rewrite support.
<change type="feature">
<para>
njs loadable modules support.
NJS loadable modules support.
</para>
</change>
<change type="feature">
<para>
added conditional logging of route selection for HTTP requests.
per-application logging.
</para>
</change>
<change type="feature">
<para>
conditional logging of route selection.
</para>
</change>
@ -71,8 +83,21 @@ support the keys API on the request objects in NJS.
<change type="feature">
<para>
added default values for 'make install' pathnames such as prefix;
this allows to do './configure &amp;&amp; make &amp;&amp; sudo make install'.
default values for 'make install' pathnames such as prefix;
this allows to './configure &amp;&amp; make &amp;&amp; sudo make install'.
</para>
</change>
<change type="feature">
<para>
"server_version" setting to omit the version token from "Server" header field.
</para>
</change>
<change type="bugfix">
<para>
request header field values could be corrupted in some cases; the bug had
appeared in 1.29.0.
</para>
</change>
@ -82,6 +107,12 @@ PHP error handling (added missing 403 and 404 errors).
</para>
</change>
<change type="bugfix">
<para>
Perl applications crash on second responder call.
</para>
</change>
</changes>