comparison docs/xml/nginx/changes.xml @ 7362:49d498356538 release-1.15.4

nginx-1.15.4-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Sep 2018 18:11:39 +0300
parents 28b3e17ca7eb
children f062e43d74fc
comparison
equal deleted inserted replaced
7361:c09c7d47acb9 7362:49d498356538
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log title="nginx"> 5 <change_log title="nginx">
6
7
8 <changes ver="1.15.4" date="2018-09-25">
9
10 <change type="feature">
11 <para lang="ru">
12 теперь директиву ssl_early_data можно использовать с OpenSSL.
13 </para>
14 <para lang="en">
15 now the "ssl_early_data" directive can be used with OpenSSL.
16 </para>
17 </change>
18
19 <change type="bugfix">
20 <para lang="ru">
21 в модуле ngx_http_uwsgi_module.<br/>
22 Спасибо Chris Caputo.
23 </para>
24 <para lang="en">
25 in the ngx_http_uwsgi_module.<br/>
26 Thanks to Chris Caputo.
27 </para>
28 </change>
29
30 <change type="bugfix">
31 <para lang="ru">
32 соединения к некоторым gRPC-бэкендам могли не кэшироваться
33 при использовании директивы keepalive.
34 </para>
35 <para lang="en">
36 connections with some gRPC backends might not be cached
37 when using the "keepalive" directive.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 при использовании директивы error_page для перенаправления ошибок,
44 возникающих на ранних этапах обработки запроса,
45 в частности ошибок с кодом 400,
46 могла происходить утечка сокетов.
47 </para>
48 <para lang="en">
49 a socket leak might occur
50 when using the "error_page" directive
51 to redirect early request processing errors,
52 notably errors with code 400.
53 </para>
54 </change>
55
56 <change type="bugfix">
57 <para lang="ru">
58 директива return при возврате ошибок не изменяла код ответа,
59 если запрос был перенаправлен с помощью директивы error_page.
60 </para>
61 <para lang="en">
62 the "return" directive did not change the response code when returning errors
63 if the request was redirected by the "error_page" directive.
64 </para>
65 </change>
66
67 <change type="bugfix">
68 <para lang="ru">
69 стандартные сообщения об ошибках и ответы модуля ngx_http_autoindex_module
70 содержали атрибут bgcolor, что могло приводить к их некорректному отображению
71 при использовании пользовательских настроек цветов в браузерах.<br/>
72 Спасибо Nova DasSarma.
73 </para>
74 <para lang="en">
75 standard error pages and responses of the ngx_http_autoindex_module module
76 used the "bgcolor" attribute, and might be displayed incorrectly when using
77 custom color settings in browsers.<br/>
78 Thanks to Nova DasSarma.
79 </para>
80 </change>
81
82 <change type="change">
83 <para lang="ru">
84 уровень логгирования ошибок SSL "no suitable key share" и
85 "no suitable signature algorithm"
86 понижен с уровня crit до info.
87 </para>
88 <para lang="en">
89 the logging level of the "no suitable key share" and
90 "no suitable signature algorithm" SSL errors
91 has been lowered from "crit" to "info".
92 </para>
93 </change>
94
95 </changes>
6 96
7 97
8 <changes ver="1.15.3" date="2018-08-28"> 98 <changes ver="1.15.3" date="2018-08-28">
9 99
10 <change type="feature"> 100 <change type="feature">