Reordered changes for 1.22.0 by significance (subjective).

This commit is contained in:
Valentin Bartenev
2021-02-04 18:22:33 +03:00
parent 42725137f7
commit bde6a2afd4

View File

@@ -31,13 +31,6 @@ NGINX Unit updated to 1.22.0.
date="" time="" date="" time=""
packager="Andrei Belov <defan@nginx.com>"> packager="Andrei Belov <defan@nginx.com>">
<change type="feature">
<para>
support for specifying multiple directories in the "path" option of Python
apps.
</para>
</change>
<change type="feature"> <change type="feature">
<para> <para>
the ServerRequest and ServerResponse objects of Node.js module are now the ServerRequest and ServerResponse objects of Node.js module are now
@@ -45,35 +38,17 @@ compliant with Stream API.
</para> </para>
</change> </change>
<change type="bugfix"> <change type="feature">
<para> <para>
invalid HTTP responses were generated for some unusual status codes. support for specifying multiple directories in the "path" option of Python
apps.
</para> </para>
</change> </change>
<change type="bugfix"> <change type="bugfix">
<para> <para>
the PHP_AUTH_USER, PHP_AUTH_PW, and PHP_AUTH_DIGEST server variables were a memory leak occurred in the router process when serving files larger than
missing in the PHP module. 128K; the bug had appeared in 1.13.0.
</para>
</change>
<change type="bugfix">
<para>
Ruby apps with multithreading configured could crash on start under load.
</para>
</change>
<change type="bugfix">
<para>
mount points weren't unmounted when the "mount" namespace isolation was used;
the bug had appeared in 1.21.0.
</para>
</change>
<change type="bugfix">
<para>
the router process could crash with multithreaded apps under high load.
</para> </para>
</change> </change>
@@ -93,8 +68,33 @@ appeared in 1.19.0.
<change type="bugfix"> <change type="bugfix">
<para> <para>
a memory leak occurred in the router process when serving files larger than invalid HTTP responses were generated for some unusual status codes.
128K; the bug had appeared in 1.13.0. </para>
</change>
<change type="bugfix">
<para>
the PHP_AUTH_USER, PHP_AUTH_PW, and PHP_AUTH_DIGEST server variables were
missing in the PHP module.
</para>
</change>
<change type="bugfix">
<para>
the router process could crash with multithreaded apps under high load.
</para>
</change>
<change type="bugfix">
<para>
Ruby apps with multithreading configured could crash on start under load.
</para>
</change>
<change type="bugfix">
<para>
mount points weren't unmounted when the "mount" namespace isolation was used;
the bug had appeared in 1.21.0.
</para> </para>
</change> </change>