diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2022-09-13 09:16:55 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2022-09-13 09:16:55 +0100 |
commit | ff9054af10fe439e3ad159e2570a789db9c0cb80 (patch) | |
tree | 564c2764bf192102ea26866ac1a4cf03843c6ee7 /docs/changes.xml | |
parent | ac5c0f1f03ccde7d3354951e2f0c2c2ddd88a757 (diff) | |
download | unit-ff9054af10fe439e3ad159e2570a789db9c0cb80.tar.gz unit-ff9054af10fe439e3ad159e2570a789db9c0cb80.tar.bz2 |
Reordered changes for 1.28.0 by significance (subjective).
Diffstat (limited to '')
-rw-r--r-- | docs/changes.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 38b57ba5..3674c650 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -45,49 +45,49 @@ disallowed abstract Unix domain socket syntax in non-Linux systems. <change type="feature"> <para> -support for abstract Unix sockets. +basic statistics API. </para> </change> <change type="feature"> <para> -support for Unix sockets in address matching. +customizable access log format. </para> </change> <change type="feature"> <para> -forwarded header to replace client address and protocol. +more HTTP variables support. </para> </change> <change type="feature"> <para> -ability to get dynamic variables. +forwarded header to replace client address and protocol. </para> </change> <change type="feature"> <para> -more HTTP variables support. +ability to get dynamic variables. </para> </change> <change type="feature"> <para> -the $dollar variable translates to a literal "$" during variable substitution. +support for abstract Unix sockets. </para> </change> <change type="feature"> <para> -customizable access log format. +support for Unix sockets in address matching. </para> </change> <change type="feature"> <para> -basic statistics API. +the $dollar variable translates to a literal "$" during variable substitution. </para> </change> @@ -105,20 +105,20 @@ force SCRIPT_NAME in Ruby to always be an empty string. <change type="bugfix"> <para> -the Ruby application process could crash on SIGTERM. +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 SIGINT. +the Ruby application process could crash on SIGTERM. </para> </change> <change type="bugfix"> <para> -when isolated PID numbers reach the prototype process host PID, -the prototype crashed. +the Ruby application process could crash on SIGINT. </para> </change> |