Reordered changes for 1.28.0 by significance (subjective).

This commit is contained in:
Andrei Zeliankou
2022-09-13 09:16:55 +01:00
parent ac5c0f1f03
commit ff9054af10

View File

@@ -45,13 +45,19 @@ disallowed abstract Unix domain socket syntax in non-Linux systems.
<change type="feature"> <change type="feature">
<para> <para>
support for abstract Unix sockets. basic statistics API.
</para> </para>
</change> </change>
<change type="feature"> <change type="feature">
<para> <para>
support for Unix sockets in address matching. customizable access log format.
</para>
</change>
<change type="feature">
<para>
more HTTP variables support.
</para> </para>
</change> </change>
@@ -69,7 +75,13 @@ ability to get dynamic variables.
<change type="feature"> <change type="feature">
<para> <para>
more HTTP variables support. support for abstract Unix sockets.
</para>
</change>
<change type="feature">
<para>
support for Unix sockets in address matching.
</para> </para>
</change> </change>
@@ -79,18 +91,6 @@ the $dollar variable translates to a literal "$" during variable substitution.
</para> </para>
</change> </change>
<change type="feature">
<para>
customizable access log format.
</para>
</change>
<change type="feature">
<para>
basic statistics API.
</para>
</change>
<change type="bugfix"> <change type="bugfix">
<para> <para>
router process could crash if index file didn't contain an extension. 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.
</para> </para>
</change> </change>
<change type="bugfix">
<para>
when isolated PID numbers reach the prototype process host PID,
the prototype crashed.
</para>
</change>
<change type="bugfix"> <change type="bugfix">
<para> <para>
the Ruby application process could crash on SIGTERM. the Ruby application process could crash on SIGTERM.
@@ -115,13 +122,6 @@ the Ruby application process could crash on SIGINT.
</para> </para>
</change> </change>
<change type="bugfix">
<para>
when isolated PID numbers reach the prototype process host PID,
the prototype crashed.
</para>
</change>
<change type="bugfix"> <change type="bugfix">
<para> <para>
mutex leak in the C API. mutex leak in the C API.