Reordered changes for 1.26.0 by significance (subjective).

This commit is contained in:
Valentin Bartenev
2021-11-18 15:48:02 +03:00
parent bcff62d267
commit 9b1dcc4aa6

View File

@@ -64,6 +64,13 @@ rather than a document root directory to be prepended to the request URI.
</para> </para>
</change> </change>
<change type="feature">
<para>
automatic adjustment of existing configurations to the new "share" behavior
when updating from previous versions.
</para>
</change>
<change type="feature"> <change type="feature">
<para> <para>
variables support in the "share" option. variables support in the "share" option.
@@ -84,8 +91,7 @@ variables support in the "chroot" option.
<change type="feature"> <change type="feature">
<para> <para>
automatic adjustment of existing configurations to the new "share" behavior PHP opcache is shared between application processes.
when updating from previous versions.
</para> </para>
</change> </change>
@@ -95,15 +101,10 @@ request routing by the query string.
</para> </para>
</change> </change>
<change type="feature">
<para>
PHP opcache is shared between application processes.
</para>
</change>
<change type="bugfix"> <change type="bugfix">
<para> <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> </para>
</change> </change>
@@ -116,8 +117,7 @@ after the corresponding listener had been reconfigured.
<change type="bugfix"> <change type="bugfix">
<para> <para>
the router and app processes could crash when the requests limit was reached fixed building with glibc 2.34, notably Fedora 35.
by asynchronous or multithreaded apps.
</para> </para>
</change> </change>