summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2021-02-04 18:22:33 +0300
committerValentin Bartenev <vbart@nginx.com>2021-02-04 18:22:33 +0300
commitbde6a2afd4c3230f070e2e9158b6a96d1ce16b89 (patch)
treef1fafce44a13f20e318d2f3047e308b4f2f5835d
parent42725137f7a19991680c78a0b2d69bcbf1f9ab63 (diff)
downloadunit-bde6a2afd4c3230f070e2e9158b6a96d1ce16b89.tar.gz
unit-bde6a2afd4c3230f070e2e9158b6a96d1ce16b89.tar.bz2
Reordered changes for 1.22.0 by significance (subjective).
-rw-r--r--docs/changes.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index 04507e8e..35eaec6c 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -33,68 +33,68 @@ NGINX Unit updated to 1.22.0.
<change type="feature">
<para>
-support for specifying multiple directories in the "path" option of Python
-apps.
+the ServerRequest and ServerResponse objects of Node.js module are now
+compliant with Stream API.
</para>
</change>
<change type="feature">
<para>
-the ServerRequest and ServerResponse objects of Node.js module are now
-compliant with Stream API.
+support for specifying multiple directories in the "path" option of Python
+apps.
</para>
</change>
<change type="bugfix">
<para>
-invalid HTTP responses were generated for some unusual status codes.
+a memory leak occurred in the router process when serving files larger than
+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.
+apps could stop processing new requests under high load; the bug had
+appeared in 1.19.0.
</para>
</change>
<change type="bugfix">
<para>
-Ruby apps with multithreading configured could crash on start under load.
+app processes could terminate unexpectedly under high load; the bug had
+appeared in 1.19.0.
</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.
+invalid HTTP responses were generated for some unusual status codes.
</para>
</change>
<change type="bugfix">
<para>
-the router process could crash with multithreaded apps under high load.
+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>
-apps could stop processing new requests under high load; the bug had
-appeared in 1.19.0.
+the router process could crash with multithreaded apps under high load.
</para>
</change>
<change type="bugfix">
<para>
-app processes could terminate unexpectedly under high load; the bug had
-appeared in 1.19.0.
+Ruby apps with multithreading configured could crash on start under load.
</para>
</change>
<change type="bugfix">
<para>
-a memory leak occurred in the router process when serving files larger than
-128K; the bug had appeared in 1.13.0.
+mount points weren't unmounted when the "mount" namespace isolation was used;
+the bug had appeared in 1.21.0.
</para>
</change>