From ff9054af10fe439e3ad159e2570a789db9c0cb80 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 13 Sep 2022 09:16:55 +0100 Subject: [PATCH] Reordered changes for 1.28.0 by significance (subjective). --- docs/changes.xml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/changes.xml b/docs/changes.xml index 38b57ba5..3674c650 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -45,13 +45,19 @@ 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. + + + + + +more HTTP variables support. @@ -69,7 +75,13 @@ ability to get dynamic variables. -more HTTP variables support. +support for abstract Unix sockets. + + + + + +support for Unix sockets in address matching. @@ -79,18 +91,6 @@ the $dollar variable translates to a literal "$" during variable substitution. - - -customizable access log format. - - - - - -basic statistics API. - - - router process could crash if index file didn't contain an extension. @@ -103,6 +103,13 @@ force SCRIPT_NAME in Ruby to always be an empty string. + + +when isolated PID numbers reach the prototype process host PID, +the prototype crashed. + + + the Ruby application process could crash on SIGTERM. @@ -115,13 +122,6 @@ the Ruby application process could crash on SIGINT. - - -when isolated PID numbers reach the prototype process host PID, -the prototype crashed. - - - mutex leak in the C API.