Skip to content

Commit c3e478d

Browse files
committed
nginx-1.13.0-RELEASE
1 parent ca92f64 commit c3e478d

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

docs/xml/nginx/changes.xml

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

77

8+
<changes ver="1.13.0" date="2017-04-25">
9+
10+
<change type="change">
11+
<para lang="ru">
12+
теперь SSL renegotiation допускается в соединениях к бэкендам.
13+
</para>
14+
<para lang="en">
15+
SSL renegotiation is now allowed on backend connections.
16+
</para>
17+
</change>
18+
19+
<change type="feature">
20+
<para lang="ru">
21+
параметры rcvbuf и sndbuf директив listen
22+
в почтовом прокси-сервере и модуле stream.
23+
</para>
24+
<para lang="en">
25+
the "rcvbuf" and "sndbuf" parameters of the "listen" directives
26+
of the mail proxy and stream modules.
27+
</para>
28+
</change>
29+
30+
<change type="feature">
31+
<para lang="ru">
32+
директивы return и error_page теперь могут использоваться для возврата
33+
перенаправлений с кодом 308.<br/>
34+
Спасибо Simon Leblanc.
35+
</para>
36+
<para lang="en">
37+
the "return" and "error_page" directives can now be used to return 308
38+
redirections.<br/>
39+
Thanks to Simon Leblanc.
40+
</para>
41+
</change>
42+
43+
<change type="feature">
44+
<para lang="ru">
45+
параметр TLSv1.3 в директиве ssl_protocols.
46+
</para>
47+
<para lang="en">
48+
the "TLSv1.3" parameter of the "ssl_protocols" directive.
49+
</para>
50+
</change>
51+
52+
<change type="feature">
53+
<para lang="ru">
54+
при логгировании сигналов теперь указывается PID отправившего сигнал процесса.
55+
</para>
56+
<para lang="en">
57+
when logging signals nginx now logs PID of the process which sent the signal.
58+
</para>
59+
</change>
60+
61+
<change type="bugfix">
62+
<para lang="ru">
63+
в обработке ошибок выделения памяти.
64+
</para>
65+
<para lang="en">
66+
in memory allocation error handling.
67+
</para>
68+
</change>
69+
70+
<change type="bugfix">
71+
<para lang="ru">
72+
если сервер в модуле stream слушал на wildcard-адресе,
73+
исходящий адрес ответного UDP-пакета
74+
мог отличаться от адреса назначения исходного пакета.
75+
</para>
76+
<para lang="en">
77+
if a server in the stream module listened on a wildcard address,
78+
the source address of a response UDP datagram could differ
79+
from the original datagram destination address.
80+
</para>
81+
</change>
82+
83+
</changes>
84+
85+
886
<changes ver="1.11.13" date="2017-04-04">
987

1088
<change type="feature">

0 commit comments

Comments
 (0)