Updated phrasing and corrected errors in docs/changes.xml.
This commit is contained in:
@@ -33,14 +33,15 @@ NGINX Unit updated to 1.22.0.
|
|||||||
|
|
||||||
<change type="feature">
|
<change type="feature">
|
||||||
<para>
|
<para>
|
||||||
ability to specify multiple directories in the "path" option of Python apps.
|
support for specifying multiple directories in the "path" option of Python
|
||||||
|
apps.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
<change type="feature">
|
<change type="feature">
|
||||||
<para>
|
<para>
|
||||||
ServerRequest and ServerResponse objects of Node.js module are now compliant
|
the ServerRequest and ServerResponse objects of Node.js module are now
|
||||||
to Stream API.
|
compliant with Stream API.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
@@ -52,55 +53,55 @@ invalid HTTP responses were generated for some unusual status codes.
|
|||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
<para>
|
<para>
|
||||||
PHP_AUTH_USER, PHP_AUTH_PW, and PHP_AUTH_DIGEST server variables were missing
|
the PHP_AUTH_USER, PHP_AUTH_PW, and PHP_AUTH_DIGEST server variables were
|
||||||
in PHP module.
|
missing in the PHP module.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
<para>
|
<para>
|
||||||
Ruby apps with configured mutlithreading could crash on start under load.
|
Ruby apps with multithreading configured could crash on start under load.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
<para>
|
<para>
|
||||||
mount points were not unmounted when using "mount" namespace isolation; the
|
mount points weren't unmounted when the "mount" namespace isolation was used;
|
||||||
bug had appeared in 1.21.0.
|
the bug had appeared in 1.21.0.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
<para>
|
<para>
|
||||||
the router process could crash with multithreaded applications under high load.
|
the router process could crash with multithreaded apps under high load.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
<para>
|
<para>
|
||||||
applications could stop processing new requests under high load; the bug had
|
apps could stop processing new requests under high load; the bug had
|
||||||
appeared in 1.19.0.
|
appeared in 1.19.0.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
<para>
|
<para>
|
||||||
application processes could terminate unexpectedly under high load; the bug
|
app processes could terminate unexpectedly under high load; the bug had
|
||||||
had appeared in 1.19.0.
|
appeared in 1.19.0.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
<para>
|
<para>
|
||||||
a memory leak occurring in the router process when serving a file larger than
|
a memory leak occurred in the router process when serving files larger than
|
||||||
128K; the bug had appeared in 1.13.0.
|
128K; the bug had appeared in 1.13.0.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
<para>
|
<para>
|
||||||
the router process could crash while removing or reconfiguring an application
|
the router process could crash while removing or reconfiguring an app that used
|
||||||
that uses WebSocket.
|
WebSocket.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user