From 40a360b6409a13f43ef0943e79ebdcbd3543de2a Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 8 Feb 2018 18:42:51 +0300 Subject: Added version 0.5 CHANGES. --- docs/changes.xml | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 190 insertions(+), 1 deletion(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 13a9d254..917b3f63 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,8 +5,138 @@ + + + + +NGINX Unit updated to 0.5. + + + + + + + + + + +NGINX Unit updated to 0.5. + + + + + + + + + + +NGINX Unit updated to 0.5. + + + + + + + + + + +NGINX Unit updated to 0.5. + + + + + + + + + + +NGINX Unit updated to 0.5. + + + + + + + + + + +NGINX Unit updated to 0.5. + + + + + + + + + + +NGINX Unit updated to 0.5. + + + + + + + + + + +NGINX Unit updated to 0.5. + + + + + + + + + + +NGINX Unit updated to 0.5. + + + + + + + + + + +NGINX Unit updated to 0.5. + + + + + + @@ -18,6 +148,65 @@ Initial release of Perl module for NGINX Unit. + + + + +the "workers" application option was removed, the "processes" +application option should be used instead. + + + + + +the "processes" application option with prefork and dynamic +process management support. + + + + + +Perl application module. + + + + + +in reading client request body; the bug had appeared in 0.3. + + + + + +some Python applications might not work due to missing +"wsgi.errors" environ variable. + + + + + +HTTP chunked responses might be encoded incorrectly on 32-bit +platforms. + + + + + +infinite looping in HTTP parser. + + + + + +segmentation fault in router. + + + + + + -- cgit