File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Expand file tree Collapse file tree 1 file changed +54
-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.9.8" date="08.12.2015">
9
+
10
+ <change type="feature">
11
+ <para lang="ru">
12
+ поддержка pwritev().
13
+ </para>
14
+ <para lang="en">
15
+ pwritev() support.
16
+ </para>
17
+ </change>
18
+
19
+ <change type="feature">
20
+ <para lang="ru">
21
+ директива include в блоке upstream.
22
+ </para>
23
+ <para lang="en">
24
+ the "include" directive inside the "upstream" block.
25
+ </para>
26
+ </change>
27
+
28
+ <change type="feature">
29
+ <para lang="ru">
30
+ модуль ngx_http_slice_module.
31
+ </para>
32
+ <para lang="en">
33
+ the ngx_http_slice_module.
34
+ </para>
35
+ </change>
36
+
37
+ <change type="bugfix">
38
+ <para lang="ru">
39
+ при использовании LibreSSL
40
+ в рабочем процессе мог произойти segmentation fault;
41
+ ошибка появилась в 1.9.6.
42
+ </para>
43
+ <para lang="en">
44
+ a segmentation fault might occur in a worker process
45
+ when using LibreSSL;
46
+ the bug had appeared in 1.9.6.
47
+ </para>
48
+ </change>
49
+
50
+ <change type="bugfix">
51
+ <para lang="ru">
52
+ nginx мог не собираться на OS X.
53
+ </para>
54
+ <para lang="en">
55
+ nginx could not be built on OS X in some cases.
56
+ </para>
57
+ </change>
58
+
59
+ </changes>
60
+
61
+
8
62
<changes ver="1.9.7" date="17.11.2015">
9
63
10
64
<change type="feature">
You can’t perform that action at this time.
0 commit comments