Skip to content

Commit 3a7d332

Browse files
committed
nginx-1.21.5-RELEASE
1 parent d34c7b9 commit 3a7d332

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

docs/xml/nginx/changes.xml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,58 @@
55
<change_log title="nginx">
66

77

8+
<changes ver="1.21.5" date="2021-12-28">
9+
10+
<change type="change">
11+
<para lang="ru">
12+
теперь nginx по умолчанию собирается с библиотекой PCRE2.
13+
</para>
14+
<para lang="en">
15+
now nginx is built with the PCRE2 library by default.
16+
</para>
17+
</change>
18+
19+
<change type="change">
20+
<para lang="ru">
21+
теперь nginx всегда использует sendfile(SF_NODISKIO) на FreeBSD.
22+
</para>
23+
<para lang="en">
24+
now nginx always uses sendfile(SF_NODISKIO) on FreeBSD.
25+
</para>
26+
</change>
27+
28+
<change type="feature">
29+
<para lang="ru">
30+
поддержка sendfile(SF_NOCACHE) на FreeBSD.
31+
</para>
32+
<para lang="en">
33+
support for sendfile(SF_NOCACHE) on FreeBSD.
34+
</para>
35+
</change>
36+
37+
<change type="feature">
38+
<para lang="ru">
39+
переменная $ssl_curve.
40+
</para>
41+
<para lang="en">
42+
the $ssl_curve variable.
43+
</para>
44+
</change>
45+
46+
<change type="bugfix">
47+
<para lang="ru">
48+
при использовании HTTP/2 без SSL вместе с директивами sendfile и aio
49+
соединения могли зависать.
50+
</para>
51+
<para lang="en">
52+
connections might hang
53+
when using HTTP/2 without SSL with the "sendfile" and "aio" directives.
54+
</para>
55+
</change>
56+
57+
</changes>
58+
59+
860
<changes ver="1.21.4" date="2021-11-02">
961

1062
<change type="change">

0 commit comments

Comments
 (0)