From f65efe73a43680219636e49be77596948c402d90 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Thu, 15 Dec 2022 12:30:38 +0000 Subject: Reordered changes for 1.29.0 by significance (subjective). --- docs/changes.xml | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 80febc54..c35ed984 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -53,68 +53,68 @@ removed $uri auto-append for "share" when loading configuration. -prefer system crypto policy, instead of hardcoding a default. +prefer system crypto policy instead of hardcoding a default. -support per-application cgroups on Linux. +njs support with the basic syntax of JS template literals. -compatibility with Python 3.11. +support per-application cgroups on Linux. -njs support with the basic syntax of JS template literals. +the $request_time variable contains the request processing time. -compatibility with OpenSSL 3. +"prefix" option in Python applications to set WSGI "SCRIPT_NAME" +and ASGI root-path variables. -compatibility with PHP 8.2. +compatibility with Python 3.11. -compatibility with Node.js 19.0. +compatibility with OpenSSL 3. -support rack v3 in ruby applications. +compatibility with PHP 8.2. -the $request_time variable contains the request processing time. +compatibility with Node.js 19.0. -report the regex status in configure summary. +Ruby Rack v3 support. - + -new "prefix" attribute in Python configurations to set WSGI SCRIPT_NAME -and ASGI root-path variables. +fix error in connection statistics when using proxy. @@ -126,14 +126,20 @@ fix HTTP cookie parsing when the value contains an equals sign. -fix error in connection statistics when using proxy. +PHP directory URLs without a trailing '/' would give a 503 error (fixed with +a 301 re-direct). -PHP directory URLs without a trailing '/' would give a 503 error (fixed with -a 301 re-direct). +missing error checks in the C API. + + + + + +report the regex status in configure summary. @@ -259,7 +265,7 @@ the Ruby application process could crash on SIGINT. -mutex leaks in the C API. +mutex leak in the C API. -- cgit