From ff9054af10fe439e3ad159e2570a789db9c0cb80 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 13 Sep 2022 09:16:55 +0100 Subject: Reordered changes for 1.28.0 by significance (subjective). --- docs/changes.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/changes.xml') 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. -support for abstract Unix sockets. +basic statistics API. -support for Unix sockets in address matching. +customizable access log format. -forwarded header to replace client address and protocol. +more HTTP variables support. -ability to get dynamic variables. +forwarded header to replace client address and protocol. -more HTTP variables support. +ability to get dynamic variables. -the $dollar variable translates to a literal "$" during variable substitution. +support for abstract Unix sockets. -customizable access log format. +support for Unix sockets in address matching. -basic statistics API. +the $dollar variable translates to a literal "$" during variable substitution. @@ -105,20 +105,20 @@ force SCRIPT_NAME in Ruby to always be an empty string. -the Ruby application process could crash on SIGTERM. +when isolated PID numbers reach the prototype process host PID, +the prototype crashed. -the Ruby application process could crash on SIGINT. +the Ruby application process could crash on SIGTERM. -when isolated PID numbers reach the prototype process host PID, -the prototype crashed. +the Ruby application process could crash on SIGINT. -- cgit