diff options
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 130 |
1 files changed, 128 insertions, 2 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 1d8a13c2..0674fb54 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -14,8 +14,134 @@ unit-ruby unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18" + ver="1.28.0" rev="1" + date="2022-09-13" time="18:00:00 +0300" + packager="Nginx Packaging <nginx-packaging@f5.com>"> + +<change> +<para> +NGINX Unit updated to 1.28.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.28.0" rev="1" + date="2022-09-13" time="18:00:00 +0300" + packager="Nginx Packaging <nginx-packaging@f5.com>"> + +<change type="change"> +<para> +increased the applications' startup timeout. +</para> +</change> + +<change type="change"> +<para> +disallowed abstract Unix domain socket syntax in non-Linux systems. +</para> +</change> + +<change type="feature"> +<para> +basic statistics API. +</para> +</change> + +<change type="feature"> +<para> +customizable access log format. +</para> +</change> + +<change type="feature"> +<para> +more HTTP variables support. +</para> +</change> + +<change type="feature"> +<para> +forwarded header to replace client address and protocol. +</para> +</change> + +<change type="feature"> +<para> +ability to get dynamic variables. +</para> +</change> + +<change type="feature"> +<para> +support for abstract Unix sockets. +</para> +</change> + +<change type="feature"> +<para> +support for Unix sockets in address matching. +</para> +</change> + +<change type="feature"> +<para> +the $dollar variable translates to a literal "$" during variable substitution. +</para> +</change> + +<change type="bugfix"> +<para> +router process could crash if index file didn't contain an extension. +</para> +</change> + +<change type="bugfix"> +<para> +force SCRIPT_NAME in Ruby to always be an empty string. +</para> +</change> + +<change type="bugfix"> +<para> +when isolated PID numbers reach the prototype process host PID, +the prototype crashed. +</para> +</change> + +<change type="bugfix"> +<para> +the Ruby application process could crash on SIGTERM. +</para> +</change> + +<change type="bugfix"> +<para> +the Ruby application process could crash on SIGINT. +</para> +</change> + +<change type="bugfix"> +<para> +mutex leak in the C API. +</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-python3.10 + 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 unit-jsc18" ver="1.27.0" rev="1" - date="" time="" + date="2022-06-02" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> <change> @@ -28,7 +154,7 @@ NGINX Unit updated to 1.27.0. <changes apply="unit" ver="1.27.0" rev="1" - date="" time="" + date="2022-06-02" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> <change type="feature"> |