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
commit56626b9232857d49deeca15d7dc8eeaeaffbdd6d (patch)
treee100a4496f1cf14ca899f80f110b074d969caa5f
parentbde6a2afd4c3230f070e2e9158b6a96d1ce16b89 (diff)
downloadunit-56626b9232857d49deeca15d7dc8eeaeaffbdd6d.tar.gz
unit-56626b9232857d49deeca15d7dc8eeaeaffbdd6d.tar.bz2
Added version 1.22.0 CHANGES.
-rw-r--r--CHANGES39
-rw-r--r--docs/changes.xml4
2 files changed, 41 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index b026fe5e..0f558c6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,43 @@
+Changes with Unit 1.22.0 04 Feb 2021
+
+ *) Feature: the ServerRequest and ServerResponse objects of Node.js
+ module are now compliant with Stream API.
+
+ *) Feature: support for specifying multiple directories in the "path"
+ option of Python apps.
+
+ *) Bugfix: a memory leak occurred in the router process when serving
+ files larger than 128K; the bug had appeared in 1.13.0.
+
+ *) Bugfix: apps could stop processing new requests under high load; the
+ bug had appeared in 1.19.0.
+
+ *) Bugfix: app processes could terminate unexpectedly under high load;
+ the bug had appeared in 1.19.0.
+
+ *) Bugfix: invalid HTTP responses were generated for some unusual status
+ codes.
+
+ *) Bugfix: the PHP_AUTH_USER, PHP_AUTH_PW, and PHP_AUTH_DIGEST server
+ variables were missing in the PHP module.
+
+ *) Bugfix: the router process could crash with multithreaded apps under
+ high load.
+
+ *) Bugfix: Ruby apps with multithreading configured could crash on start
+ under load.
+
+ *) Bugfix: mount points weren't unmounted when the "mount" namespace
+ isolation was used; the bug had appeared in 1.21.0.
+
+ *) Bugfix: the router process could crash while removing or
+ reconfiguring an app that used WebSocket.
+
+ *) Bugfix: a memory leak occurring in the router process when removing
+ or reconfiguring an application; the bug had appeared in 1.19.0.
+
+
Changes with Unit 1.21.0 19 Nov 2020
*) Change: procfs is mounted by default for all languages when "rootfs"
diff --git a/docs/changes.xml b/docs/changes.xml
index 35eaec6c..378320f4 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -15,7 +15,7 @@
unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13
unit-jsc14 unit-jsc15"
ver="1.22.0" rev="1"
- date="" time=""
+ date="2021-02-04" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
@@ -28,7 +28,7 @@ NGINX Unit updated to 1.22.0.
<changes apply="unit" ver="1.22.0" rev="1"
- date="" time=""
+ date="2021-02-04" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change type="feature">