summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2018-01-15 15:05:25 +0300
committerIgor Sysoev <igor@sysoev.ru>2018-01-15 15:05:25 +0300
commitac433f1f304c65127403cd79fef6e7ad5526940c (patch)
tree6a74cd352fcfbd33e33bdebd922a449d7765a731 /CHANGES
parenta35732bf057bd7d04a2b675589679af000f88169 (diff)
downloadunit-ac433f1f304c65127403cd79fef6e7ad5526940c.tar.gz
unit-ac433f1f304c65127403cd79fef6e7ad5526940c.tar.bz2
Added version 0.4 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
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".