@@ -53,68 +53,68 @@ removed $uri auto-append for "share" when loading configuration.
53
53
54
54
<change type =" change" >
55
55
<para >
56
- prefer system crypto policy, instead of hardcoding a default.
56
+ prefer system crypto policy instead of hardcoding a default.
57
57
</para >
58
58
</change >
59
59
60
60
<change type =" feature" >
61
61
<para >
62
- support per-application cgroups on Linux .
62
+ njs support with the basic syntax of JS template literals .
63
63
</para >
64
64
</change >
65
65
66
66
<change type =" feature" >
67
67
<para >
68
- compatibility with Python 3.11 .
68
+ support per-application cgroups on Linux .
69
69
</para >
70
70
</change >
71
71
72
72
<change type =" feature" >
73
73
<para >
74
- njs support with the basic syntax of JS template literals .
74
+ the $request_time variable contains the request processing time .
75
75
</para >
76
76
</change >
77
77
78
78
<change type =" feature" >
79
79
<para >
80
- compatibility with OpenSSL 3.
80
+ "prefix" option in Python applications to set WSGI "SCRIPT_NAME"
81
+ and ASGI root-path variables.
81
82
</para >
82
83
</change >
83
84
84
85
<change type =" feature" >
85
86
<para >
86
- compatibility with PHP 8.2 .
87
+ compatibility with Python 3.11 .
87
88
</para >
88
89
</change >
89
90
90
91
<change type =" feature" >
91
92
<para >
92
- compatibility with Node.js 19.0 .
93
+ compatibility with OpenSSL 3 .
93
94
</para >
94
95
</change >
95
96
96
97
<change type =" feature" >
97
98
<para >
98
- support rack v3 in ruby applications .
99
+ compatibility with PHP 8.2 .
99
100
</para >
100
101
</change >
101
102
102
103
<change type =" feature" >
103
104
<para >
104
- the $request_time variable contains the request processing time .
105
+ compatibility with Node.js 19.0 .
105
106
</para >
106
107
</change >
107
108
108
109
<change type =" feature" >
109
110
<para >
110
- report the regex status in configure summary .
111
+ Ruby Rack v3 support .
111
112
</para >
112
113
</change >
113
114
114
- <change type =" feature " >
115
+ <change type =" bugfix " >
115
116
<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.
118
118
</para >
119
119
</change >
120
120
@@ -126,14 +126,20 @@ fix HTTP cookie parsing when the value contains an equals sign.
126
126
127
127
<change type =" bugfix" >
128
128
<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).
130
131
</para >
131
132
</change >
132
133
133
134
<change type =" bugfix" >
134
135
<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.
137
143
</para >
138
144
</change >
139
145
@@ -259,7 +265,7 @@ the Ruby application process could crash on SIGINT.
259
265
260
266
<change type =" bugfix" >
261
267
<para >
262
- mutex leaks in the C API.
268
+ mutex leak in the C API.
263
269
</para >
264
270
</change >
265
271
0 commit comments