summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.xml40
1 files changed, 23 insertions, 17 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index 80febc54..c35ed984 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -53,68 +53,68 @@ removed $uri auto-append for "share" when loading configuration.
<change type="change">
<para>
-prefer system crypto policy, instead of hardcoding a default.
+prefer system crypto policy instead of hardcoding a default.
</para>
</change>
<change type="feature">
<para>
-support per-application cgroups on Linux.
+njs support with the basic syntax of JS template literals.
</para>
</change>
<change type="feature">
<para>
-compatibility with Python 3.11.
+support per-application cgroups on Linux.
</para>
</change>
<change type="feature">
<para>
-njs support with the basic syntax of JS template literals.
+the $request_time variable contains the request processing time.
</para>
</change>
<change type="feature">
<para>
-compatibility with OpenSSL 3.
+"prefix" option in Python applications to set WSGI "SCRIPT_NAME"
+and ASGI root-path variables.
</para>
</change>
<change type="feature">
<para>
-compatibility with PHP 8.2.
+compatibility with Python 3.11.
</para>
</change>
<change type="feature">
<para>
-compatibility with Node.js 19.0.
+compatibility with OpenSSL 3.
</para>
</change>
<change type="feature">
<para>
-support rack v3 in ruby applications.
+compatibility with PHP 8.2.
</para>
</change>
<change type="feature">
<para>
-the $request_time variable contains the request processing time.
+compatibility with Node.js 19.0.
</para>
</change>
<change type="feature">
<para>
-report the regex status in configure summary.
+Ruby Rack v3 support.
</para>
</change>
-<change type="feature">
+<change type="bugfix">
<para>
-new "prefix" attribute in Python configurations to set WSGI SCRIPT_NAME
-and ASGI root-path variables.
+fix error in connection statistics when using proxy.
</para>
</change>
@@ -126,14 +126,20 @@ fix HTTP cookie parsing when the value contains an equals sign.
<change type="bugfix">
<para>
-fix error in connection statistics when using proxy.
+PHP directory URLs without a trailing '/' would give a 503 error (fixed with
+a 301 re-direct).
</para>
</change>
<change type="bugfix">
<para>
-PHP directory URLs without a trailing '/' would give a 503 error (fixed with
-a 301 re-direct).
+missing error checks in the C API.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+report the regex status in configure summary.
</para>
</change>
@@ -259,7 +265,7 @@ the Ruby application process could crash on SIGINT.
<change type="bugfix">
<para>
-mutex leaks in the C API.
+mutex leak in the C API.
</para>
</change>