From 90680c2cafa052363f3bf00c7dcc883f4d13c467 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 19 Aug 2021 17:43:04 +0300 Subject: Reordered changes for 1.25.0 by significance (subjective). --- docs/changes.xml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 110d8bef..78171167 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -33,7 +33,7 @@ NGINX Unit updated to 1.25.0. -TLS session tickets. +client IP address replacement from a specified HTTP header field. @@ -45,7 +45,7 @@ TLS sessions cache. -process and thread lifecycle hooks in Ruby. +TLS session tickets. @@ -57,22 +57,21 @@ application restart control. -client IP address replacement from a specified HTTP header field. +process and thread lifecycle hooks in Ruby. -TLS connections were rejected for configurations with multiple -certificate bundles in a listener if the client did not use SNI. +the router process could crash on TLS connection open when multiple listeners +with TLS certificates were configured; the bug had appeared in 1.23.0. - -the router process could crash on TLS connection open when multiple listeners -with TLS certificates were configured; the bug had appeared in 1.23.0. +TLS connections were rejected for configurations with multiple certificate +bundles in a listener if the client did not use SNI. @@ -85,22 +84,22 @@ reconfiguration. -a descriptor and memory leak occurred in the router process when an app -process stopped or crashed. +compatibility issues with some Python ASGI apps, notably based on the Starlette +framework. -the controller or router process could crash if the configuration contained -a full-form IPv6 in a listener address. +a descriptor and memory leak occurred in the router process when an app process +stopped or crashed. -compatibility issues with some Python ASGI apps, notably based on the Starlette -framework. +the controller or router process could crash if the configuration contained +a full-form IPv6 in a listener address. @@ -113,8 +112,8 @@ or "upstreams" using a variable "pass" option. -the router process crashed while matching a request to an empty array of -source or destination address patterns. +the router process crashed while matching a request to an empty array of source +or destination address patterns. -- cgit