diff options
author | Andrei Belov <defan@nginx.com> | 2021-11-18 17:04:04 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2021-11-18 17:04:04 +0300 |
commit | b400ccd1aa8eeb6a5de1707e0bb8c3d417fe69b7 (patch) | |
tree | 60ff49ffc16ef7cb3aad1beb2d78f051a8794cdf /docs | |
parent | fafd44166d9e835e91a4c5668048308ce99a62bd (diff) | |
parent | b77895d1c7d6cd4826ac7427c91baa95b998a912 (diff) | |
download | unit-b400ccd1aa8eeb6a5de1707e0bb8c3d417fe69b7.tar.gz unit-b400ccd1aa8eeb6a5de1707e0bb8c3d417fe69b7.tar.bz2 |
Merged with the default branch.1.26.0-1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 121 |
1 files changed, 120 insertions, 1 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index dca77068..af395fd3 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,125 @@ <change_log title="unit"> +<changes apply="unit-jsc18" ver="1.26.0" rev="1" + date="2021-11-18" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Java 18 module for NGINX Unit. +</para> +</change> + +</changes> + + +<changes apply="unit-python3.10" ver="1.26.0" rev="1" + date="2021-11-18" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Python 3.10 module for NGINX Unit. +</para> +</change> + +</changes> + + +<changes apply="unit-php + unit-python unit-python2.7 + unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 + unit-python3.8 unit-python3.9 + unit-go + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 + unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17" + ver="1.26.0" rev="1" + date="2021-11-18" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.26.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.26.0" rev="1" + date="2021-11-18" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="change"> +<para> +the "share" option now specifies the entire path to the files it serves, +rather than a document root directory to be prepended to the request URI. +</para> +</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"> +<para> +variables support in the "share" option. +</para> +</change> + +<change type="feature"> +<para> +multiple paths in the "share" option. +</para> +</change> + +<change type="feature"> +<para> +variables support in the "chroot" option. +</para> +</change> + +<change type="feature"> +<para> +PHP opcache is shared between application processes. +</para> +</change> + +<change type="feature"> +<para> +request routing by the query string. +</para> +</change> + +<change type="bugfix"> +<para> +the router and app processes could crash when the requests limit was reached +by asynchronous or multithreaded apps. +</para> +</change> + +<change type="bugfix"> +<para> +established WebSocket connections could stop reading frames from the client +after the corresponding listener had been reconfigured. +</para> +</change> + +<change type="bugfix"> +<para> +fixed building with glibc 2.34, notably Fedora 35. +</para> +</change> + +</changes> + + <changes apply="unit-php unit-python unit-python2.7 unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 @@ -77,7 +196,7 @@ bundles in a listener if the client did not use SNI. <change type="bugfix"> <para> -the router process could crash with frequent mutithreaded application +the router process could crash with frequent multithreaded application reconfiguration. </para> </change> |