From ac433f1f304c65127403cd79fef6e7ad5526940c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 15 Jan 2018 15:05:25 +0300 Subject: Added version 0.4 CHANGES. --- docs/Makefile | 6 +- docs/changes.xml | 169 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 173 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index 8aed8618..51f3108d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,8 +7,10 @@ XSLS?= xslscript.pl PACKAGES= unit \ unit-php \ - unit-python unit-python2.7 unit-python3.4 unit-python3.5\ - unit-go unit-go1.7 unit-go1.8 + unit-python unit-python2.7 unit-python3.4 \ + unit-python3.5 unit-python3.6 \ + unit-go unit-go1.7 unit-go1.8 unit-go1.9 + all: changes changelogs diff --git a/docs/changes.xml b/docs/changes.xml index 14ccc261..7909f7c7 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,175 @@ + + + + +NGINX Unit updated to 0.4. + + + + + + + + + + +NGINX Unit updated to 0.4. + + + + + + + + + + +NGINX Unit updated to 0.4. + + + + + + + + + + +NGINX Unit updated to 0.4. + + + + + + + + + + +NGINX Unit updated to 0.4. + + + + + + + + + + +NGINX Unit updated to 0.4. + + + + + + + + + + +NGINX Unit updated to 0.4. + + + + + + + + + + +NGINX Unit updated to 0.4. + + + + + + + + + + +NGINX Unit updated to 0.4. + + + + + + + + + + +NGINX Unit updated to 0.4. + + + + + + + + + + +compatibility with DragonFly BSD. + + + + + +"configure php --lib-static" option. + + + + + +HTTP request body was not passed to application; +the bug had appeared in 0.3. + + + + + +HTTP large header buffers allocation and deallocation fixed; +the bug had appeared in 0.3. + + + + + +some PHP applications might not work with relative "root" path. + + + + + + -- cgit