From b1cb78ef8e4cc33b6aaa7dbe8e7eeba71876075b Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 3 Oct 2019 16:30:31 +0300 Subject: [PATCH] Added version 1.12.0 CHANGES. --- CHANGES | 14 +++++++++++++ docs/changes.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) 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. diff --git a/docs/changes.xml b/docs/changes.xml index 0fbea179..3ae75b5c 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,58 @@ + + + + +NGINX Unit updated to 1.12.0. + + + + + + + + + + +compatibility with PHP 7.4. + + + + + +descriptors leak on process creation; the bug had appeared in 1.11.0. + + + + + +TLS connection might be closed prematurely while sending response. + + + + + +segmentation fault might have occurred if an irregular file was requested. + + + + + + +