From 672602d1eeadf890a41822d5523e6f92cdbc9611 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 6 Feb 2020 17:33:44 +0300 Subject: [PATCH] Added version 1.15.0 CHANGES. --- CHANGES | 15 ++++++++++++++ docs/changes.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/CHANGES b/CHANGES index 409de839..e8e1350f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,19 @@ +Changes with Unit 1.15.0 06 Feb 2020 + + *) Change: extensions of dynamically requested PHP scripts were + restricted to ".php". + + *) Feature: compatibility with Ruby 2.7. + + *) Bugfix: segmentation fault might have occurred in the router process + with multiple application processes under load; the bug had appeared + in 1.14.0. + + *) Bugfix: receiving request body over TLS connection might have + stalled. + + Changes with Unit 1.14.0 26 Dec 2019 *) Change: the Go package import name changed to "unit.nginx.org/go". diff --git a/docs/changes.xml b/docs/changes.xml index 41674739..3aa579fb 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,59 @@ + + + + +NGINX Unit updated to 1.15.0. + + + + + + + + + + +extensions of dynamically requested PHP scripts were restricted to ".php". + + + + + +compatibility with Ruby 2.7. + + + + + +segmentation fault might have occurred in the router process with multiple +application processes under load; the bug had appeared in 1.14.0. + + + + + +receiving request body over TLS connection might have stalled. + + + + + +