File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 5
5
<change_log title="nginx">
6
6
7
7
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
+
8
60
<changes ver="1.21.4" date="2021-11-02">
9
61
10
62
<change type="change">
You can’t perform that action at this time.
0 commit comments