diff options
author | Valentin Bartenev <vbart@nginx.com> | 2019-10-03 16:30:31 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2019-10-03 16:30:31 +0300 |
commit | b1cb78ef8e4cc33b6aaa7dbe8e7eeba71876075b (patch) | |
tree | 2de6ab05fcaf8598ab4508c614b456d686df0d9a /CHANGES | |
parent | aa910b276ebb06da216232978c295d80359a5316 (diff) | |
download | unit-b1cb78ef8e4cc33b6aaa7dbe8e7eeba71876075b.tar.gz unit-b1cb78ef8e4cc33b6aaa7dbe8e7eeba71876075b.tar.bz2 |
Added version 1.12.0 CHANGES.
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |