diff --git a/CHANGES b/CHANGES index 8b773b47..c4055f02 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,20 @@ +Changes with Unit 0.4 15 Jan 2018 + + *) Feature: compatibility with DragonFly BSD. + + *) Feature: "configure php --lib-static" option. + + *) Bugfix: HTTP request body was not passed to application; the bug had + appeared in 0.3. + + *) Bugfix: HTTP large header buffers allocation and deallocation fixed; + the bug had appeared in 0.3. + + *) Bugfix: some PHP applications might not work with relative "root" + path. + + Changes with Unit 0.3 28 Dec 2017 *) Change: the Go package name changed to "nginx/unit". 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. + + + + + +