Added version 0.4 CHANGES.

This commit is contained in:
Igor Sysoev
2018-01-15 15:05:25 +03:00
parent a35732bf05
commit ac433f1f30
3 changed files with 189 additions and 2 deletions

16
CHANGES
View File

@@ -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".