Skip to content

Commit 924ccf2

Browse files
committed
nginx-1.15.2-RELEASE
1 parent 5a19c03 commit 924ccf2

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

docs/xml/nginx/changes.xml

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

77

8+
<changes ver="1.15.2" date="2018-07-24">
9+
10+
<change type="feature">
11+
<para lang="ru">
12+
переменная $ssl_preread_protocol
13+
в модуле ngx_stream_ssl_preread_module.
14+
</para>
15+
<para lang="en">
16+
the $ssl_preread_protocol variable
17+
in the ngx_stream_ssl_preread_module.
18+
</para>
19+
</change>
20+
21+
<change type="feature">
22+
<para lang="ru">
23+
теперь при использовании директивы reset_timedout_connection
24+
nginx сбрасывает соединения, закрываемые с кодом 444.
25+
</para>
26+
<para lang="en">
27+
now when using the "reset_timedout_connection" directive
28+
nginx will reset connections being closed with the 444 code.
29+
</para>
30+
</change>
31+
32+
<change type="change">
33+
<para lang="ru">
34+
уровень логгирования ошибок SSL "http request", "https proxy request",
35+
"unsupported protocol" и "version too low"
36+
понижен с уровня crit до info.
37+
</para>
38+
<para lang="en">
39+
a logging level of the "http request", "https proxy request",
40+
"unsupported protocol", and "version too low" SSL errors
41+
has been lowered from "crit" to "info".
42+
</para>
43+
</change>
44+
45+
<change type="bugfix">
46+
<para lang="ru">
47+
запросы к DNS-серверу не отправлялись повторно,
48+
если при первой попытке отправки происходила ошибка.
49+
</para>
50+
<para lang="en">
51+
DNS requests were not resent
52+
if initial sending of a request failed.
53+
</para>
54+
</change>
55+
56+
<change type="bugfix">
57+
<para lang="ru">
58+
параметр reuseport директивы listen игнорировался,
59+
если количество рабочих процессов было задано после директивы listen.
60+
</para>
61+
<para lang="en">
62+
the "reuseport" parameter of the "listen" directive was ignored
63+
if the number of worker processes was specified after the "listen" directive.
64+
</para>
65+
</change>
66+
67+
<change type="bugfix">
68+
<para lang="ru">
69+
при использовании OpenSSL 1.1.0 и новее
70+
директиву ssl_prefer_server_ciphers нельзя было выключить
71+
в виртуальном сервере, если она была включена в сервере по умолчанию.
72+
</para>
73+
<para lang="en">
74+
when using OpenSSL 1.1.0 or newer
75+
it was not possible to switch off "ssl_prefer_server_ciphers" in
76+
a virtual server if it was switched on in the default server.
77+
</para>
78+
</change>
79+
80+
<change type="bugfix">
81+
<para lang="ru">
82+
повторное использование SSL-сессий к бэкендам
83+
не работало с протоколом TLS 1.3.
84+
</para>
85+
<para lang="en">
86+
SSL session reuse with upstream servers
87+
did not work with the TLS 1.3 protocol.
88+
</para>
89+
</change>
90+
91+
</changes>
92+
93+
894
<changes ver="1.15.1" date="2018-07-03">
995

1096
<change type="feature">

0 commit comments

Comments
 (0)