From 40a360b6409a13f43ef0943e79ebdcbd3543de2a Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 8 Feb 2018 18:42:51 +0300 Subject: [PATCH] Added version 0.5 CHANGES. --- CHANGES | 23 ++++++ docs/changes.xml | 191 ++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 213 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c4055f02..489ae92f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,27 @@ +Changes with Unit 0.5 08 Feb 2018 + + *) Change: the "workers" application option was removed, the "processes" + application option should be used instead. + + *) Feature: the "processes" application option with prefork and dynamic + process management support. + + *) Feature: Perl application module. + + *) Bugfix: in reading client request body; the bug had appeared in 0.3. + + *) Bugfix: some Python applications might not work due to missing + "wsgi.errors" environ variable. + + *) Bugfix: HTTP chunked responses might be encoded incorrectly on 32-bit + platforms. + + *) Bugfix: infinite looping in HTTP parser. + + *) Bugfix: segmentation fault in router. + + Changes with Unit 0.4 15 Jan 2018 *) Feature: compatibility with DragonFly BSD. 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. + + + + + +