summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2019-10-03 17:46:28 +0300
committerAndrei Belov <defan@nginx.com>2019-10-03 17:46:28 +0300
commit3dd3f861f4c3aa320aa137802f033f8f1fc7dc41 (patch)
tree357577c560920eb0f5837b7d073999f5c7a1a2cd /CHANGES
parent9de7aea721245cda9f079a2b29d8efaf99c440fd (diff)
parent59db9a3887211fccdaec04b7952ad0140090de22 (diff)
downloadunit-3dd3f861f4c3aa320aa137802f033f8f1fc7dc41.tar.gz
unit-3dd3f861f4c3aa320aa137802f033f8f1fc7dc41.tar.bz2
Merged with the default branch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 76f07a38..608f3ee7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,18 @@
+Changes with Unit 1.12.0 03 Oct 2019
+
+ *) Feature: compatibility with PHP 7.4.
+
+ *) Bugfix: descriptors leak on process creation; the bug had appeared in
+ 1.11.0.
+
+ *) Bugfix: TLS connection might be closed prematurely while sending
+ response.
+
+ *) Bugfix: segmentation fault might have occurred if an irregular file
+ was requested.
+
+
Changes with Unit 1.11.0 19 Sep 2019
*) Feature: basic support for serving static files.