From bde6a2afd4c3230f070e2e9158b6a96d1ce16b89 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 4 Feb 2021 18:22:33 +0300 Subject: [PATCH] Reordered changes for 1.22.0 by significance (subjective). --- docs/changes.xml | 64 ++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/docs/changes.xml b/docs/changes.xml index 04507e8e..35eaec6c 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,13 +31,6 @@ NGINX Unit updated to 1.22.0. date="" time="" packager="Andrei Belov <defan@nginx.com>"> - - -support for specifying multiple directories in the "path" option of Python -apps. - - - the ServerRequest and ServerResponse objects of Node.js module are now @@ -45,35 +38,17 @@ compliant with Stream API. - + -invalid HTTP responses were generated for some unusual status codes. +support for specifying multiple directories in the "path" option of Python +apps. -the PHP_AUTH_USER, PHP_AUTH_PW, and PHP_AUTH_DIGEST server variables were -missing in the PHP module. - - - - - -Ruby apps with multithreading configured could crash on start under load. - - - - - -mount points weren't unmounted when the "mount" namespace isolation was used; -the bug had appeared in 1.21.0. - - - - - -the router process could crash with multithreaded apps under high load. +a memory leak occurred in the router process when serving files larger than +128K; the bug had appeared in 1.13.0. @@ -93,8 +68,33 @@ appeared in 1.19.0. -a memory leak occurred in the router process when serving files larger than -128K; the bug had appeared in 1.13.0. +invalid HTTP responses were generated for some unusual status codes. + + + + + +the PHP_AUTH_USER, PHP_AUTH_PW, and PHP_AUTH_DIGEST server variables were +missing in the PHP module. + + + + + +the router process could crash with multithreaded apps under high load. + + + + + +Ruby apps with multithreading configured could crash on start under load. + + + + + +mount points weren't unmounted when the "mount" namespace isolation was used; +the bug had appeared in 1.21.0.