Skip to content

Commit 76cfdd0

Browse files
committed
nginx-1.9.8-RELEASE
1 parent 56fda32 commit 76cfdd0

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

docs/xml/nginx/changes.xml

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

77

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+
862
<changes ver="1.9.7" date="17.11.2015">
963

1064
<change type="feature">

0 commit comments

Comments
 (0)