Fixed minor issues in "changes.xml".

This commit is contained in:
Andrei Zeliankou
2022-09-05 23:55:15 +01:00
parent 6915ce1d1c
commit b25ffe2bf3

View File

@@ -45,13 +45,13 @@ disallowed abstract Unix domain socket syntax in non-Linux systems.
<change type="feature"> <change type="feature">
<para> <para>
supporting abstract UNIX sockets. support for abstract Unix sockets.
</para> </para>
</change> </change>
<change type="feature"> <change type="feature">
<para> <para>
supporting UNIX sockets in address matching. support for Unix sockets in address matching.
</para> </para>
</change> </change>
@@ -75,8 +75,7 @@ more http variables support.
<change type="feature"> <change type="feature">
<para> <para>
added a new variable, $dollar, that translates to a literal "$" during the $dollar variable translates to a literal "$" during variable substitution.
variable substitution.
</para> </para>
</change> </change>
@@ -94,8 +93,7 @@ basic statistics API.
<change type="bugfix"> <change type="bugfix">
<para> <para>
an index file that didn't contain a file extension was incorrectly router process could crash if index file didn't contain an extension.
handled, and caused a use-after-free bug.
</para> </para>
</change> </change>
@@ -107,13 +105,13 @@ force SCRIPT_NAME in Ruby to always be an empty string.
<change type="bugfix"> <change type="bugfix">
<para> <para>
the ruby application process could crash if it's interrupted by SIGTERM signal. the Ruby application process could crash on SIGTERM.
</para> </para>
</change> </change>
<change type="bugfix"> <change type="bugfix">
<para> <para>
prevent the ruby application processes from crashing on SIGINT (^C). the Ruby application process could crash on SIGINT.
</para> </para>
</change> </change>