From 9b1dcc4aa618bf436cee4431a37122b82aca338c Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 18 Nov 2021 15:48:02 +0300 Subject: Reordered changes for 1.26.0 by significance (subjective). --- docs/changes.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index bbcc72ad..0adf020d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -66,44 +66,45 @@ rather than a document root directory to be prepended to the request URI. -variables support in the "share" option. +automatic adjustment of existing configurations to the new "share" behavior +when updating from previous versions. -multiple paths in the "share" option. +variables support in the "share" option. -variables support in the "chroot" option. +multiple paths in the "share" option. -automatic adjustment of existing configurations to the new "share" behavior -when updating from previous versions. +variables support in the "chroot" option. -request routing by the query string. +PHP opcache is shared between application processes. -PHP opcache is shared between application processes. +request routing by the query string. -fixed building with glibc 2.34, notably Fedora 35. +the router and app processes could crash when the requests limit was reached +by asynchronous or multithreaded apps. @@ -116,8 +117,7 @@ after the corresponding listener had been reconfigured. -the router and app processes could crash when the requests limit was reached -by asynchronous or multithreaded apps. +fixed building with glibc 2.34, notably Fedora 35. -- cgit