Skip to content

Commit f65efe7

Browse files
Reordered changes for 1.29.0 by significance (subjective).
1 parent 789095b commit f65efe7

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

docs/changes.xml

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,68 +53,68 @@ removed $uri auto-append for "share" when loading configuration.
5353

5454
<change type="change">
5555
<para>
56-
prefer system crypto policy, instead of hardcoding a default.
56+
prefer system crypto policy instead of hardcoding a default.
5757
</para>
5858
</change>
5959

6060
<change type="feature">
6161
<para>
62-
support per-application cgroups on Linux.
62+
njs support with the basic syntax of JS template literals.
6363
</para>
6464
</change>
6565

6666
<change type="feature">
6767
<para>
68-
compatibility with Python 3.11.
68+
support per-application cgroups on Linux.
6969
</para>
7070
</change>
7171

7272
<change type="feature">
7373
<para>
74-
njs support with the basic syntax of JS template literals.
74+
the $request_time variable contains the request processing time.
7575
</para>
7676
</change>
7777

7878
<change type="feature">
7979
<para>
80-
compatibility with OpenSSL 3.
80+
"prefix" option in Python applications to set WSGI "SCRIPT_NAME"
81+
and ASGI root-path variables.
8182
</para>
8283
</change>
8384

8485
<change type="feature">
8586
<para>
86-
compatibility with PHP 8.2.
87+
compatibility with Python 3.11.
8788
</para>
8889
</change>
8990

9091
<change type="feature">
9192
<para>
92-
compatibility with Node.js 19.0.
93+
compatibility with OpenSSL 3.
9394
</para>
9495
</change>
9596

9697
<change type="feature">
9798
<para>
98-
support rack v3 in ruby applications.
99+
compatibility with PHP 8.2.
99100
</para>
100101
</change>
101102

102103
<change type="feature">
103104
<para>
104-
the $request_time variable contains the request processing time.
105+
compatibility with Node.js 19.0.
105106
</para>
106107
</change>
107108

108109
<change type="feature">
109110
<para>
110-
report the regex status in configure summary.
111+
Ruby Rack v3 support.
111112
</para>
112113
</change>
113114

114-
<change type="feature">
115+
<change type="bugfix">
115116
<para>
116-
new "prefix" attribute in Python configurations to set WSGI SCRIPT_NAME
117-
and ASGI root-path variables.
117+
fix error in connection statistics when using proxy.
118118
</para>
119119
</change>
120120

@@ -126,14 +126,20 @@ fix HTTP cookie parsing when the value contains an equals sign.
126126

127127
<change type="bugfix">
128128
<para>
129-
fix error in connection statistics when using proxy.
129+
PHP directory URLs without a trailing '/' would give a 503 error (fixed with
130+
a 301 re-direct).
130131
</para>
131132
</change>
132133

133134
<change type="bugfix">
134135
<para>
135-
PHP directory URLs without a trailing '/' would give a 503 error (fixed with
136-
a 301 re-direct).
136+
missing error checks in the C API.
137+
</para>
138+
</change>
139+
140+
<change type="bugfix">
141+
<para>
142+
report the regex status in configure summary.
137143
</para>
138144
</change>
139145

@@ -259,7 +265,7 @@ the Ruby application process could crash on SIGINT.
259265

260266
<change type="bugfix">
261267
<para>
262-
mutex leaks in the C API.
268+
mutex leak in the C API.
263269
</para>
264270
</change>
265271

0 commit comments

Comments
 (0)