diff options
author | Valentin Bartenev <vbart@nginx.com> | 2021-11-18 15:48:02 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2021-11-18 15:48:02 +0300 |
commit | 9b1dcc4aa618bf436cee4431a37122b82aca338c (patch) | |
tree | 2f98a3e515099b1e90702447be3a2e4d8da70469 | |
parent | bcff62d267b5294777a738b2cd1b35f943e20f2f (diff) | |
download | unit-9b1dcc4aa618bf436cee4431a37122b82aca338c.tar.gz unit-9b1dcc4aa618bf436cee4431a37122b82aca338c.tar.bz2 |
Reordered changes for 1.26.0 by significance (subjective).
-rw-r--r-- | docs/changes.xml | 20 |
1 files changed, 10 insertions, 10 deletions
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. <change type="feature"> <para> -variables support in the "share" option. +automatic adjustment of existing configurations to the new "share" behavior +when updating from previous versions. </para> </change> <change type="feature"> <para> -multiple paths in the "share" option. +variables support in the "share" option. </para> </change> <change type="feature"> <para> -variables support in the "chroot" option. +multiple paths in the "share" option. </para> </change> <change type="feature"> <para> -automatic adjustment of existing configurations to the new "share" behavior -when updating from previous versions. +variables support in the "chroot" option. </para> </change> <change type="feature"> <para> -request routing by the query string. +PHP opcache is shared between application processes. </para> </change> <change type="feature"> <para> -PHP opcache is shared between application processes. +request routing by the query string. </para> </change> <change type="bugfix"> <para> -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. </para> </change> @@ -116,8 +117,7 @@ after the corresponding listener had been reconfigured. <change type="bugfix"> <para> -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. </para> </change> |