comparison docs/xml/nginx/changes.xml @ 7343:28b3e17ca7eb release-1.15.3

nginx-1.15.3-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Aug 2018 18:36:00 +0300
parents b234199c7ed8
children 49d498356538
comparison
equal deleted inserted replaced
7342:d5da7e71210e 7343:28b3e17ca7eb
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.3" date="2018-08-28">
9
10 <change type="feature">
11 <para lang="ru">
12 теперь TLSv1.3 можно использовать с BoringSSL.
13 </para>
14 <para lang="en">
15 now TLSv1.3 can be used with BoringSSL.
16 </para>
17 </change>
18
19 <change type="feature">
20 <para lang="ru">
21 директива ssl_early_data,
22 сейчас доступна при использовании BoringSSL.
23 </para>
24 <para lang="en">
25 the "ssl_early_data" directive,
26 currently available with BoringSSL.
27 </para>
28 </change>
29
30 <change type="feature">
31 <para lang="ru">
32 директивы keepalive_timeout и keepalive_requests
33 в блоке upstream.
34 </para>
35 <para lang="en">
36 the "keepalive_timeout" and "keepalive_requests" directives
37 in the "upstream" block.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 модуль ngx_http_dav_module
44 при копировании файла поверх существующего файла с помощью метода COPY
45 не обнулял целевой файл.
46 </para>
47 <para lang="en">
48 the ngx_http_dav_module
49 did not truncate destination file when copying a file over an existing one
50 with the COPY method.
51 </para>
52 </change>
53
54 <change type="bugfix">
55 <para lang="ru">
56 модуль ngx_http_dav_module
57 при перемещении файла между файловыми системами с помощью метода MOVE
58 устанавливал нулевые права доступа на результирующий файл
59 и не сохранял время изменения файла.
60 </para>
61 <para lang="en">
62 the ngx_http_dav_module
63 used zero access rights on the destination file
64 and did not preserve file modification time
65 when moving a file between different file systems with the MOVE method.
66 </para>
67 </change>
68
69 <change type="bugfix">
70 <para lang="ru">
71 модуль ngx_http_dav_module
72 при копировании файла с помощью метода COPY
73 для результирующего файла использовал права доступа по умолчанию.
74 </para>
75 <para lang="en">
76 the ngx_http_dav_module
77 used default access rights
78 when copying a file with the COPY method.
79 </para>
80 </change>
81
82 <change type="workaround">
83 <para lang="ru">
84 некоторые клиенты могли не работать при использовании HTTP/2;
85 ошибка появилась в 1.13.5.
86 </para>
87 <para lang="en">
88 some clients might not work when using HTTP/2;
89 the bug had appeared in 1.13.5.
90 </para>
91 </change>
92
93 <change type="bugfix">
94 <para lang="ru">
95 nginx не собирался с LibreSSL 2.8.0.
96 </para>
97 <para lang="en">
98 nginx could not be built with LibreSSL 2.8.0.
99 </para>
100 </change>
101
102 </changes>
6 103
7 104
8 <changes ver="1.15.2" date="2018-07-24"> 105 <changes ver="1.15.2" date="2018-07-24">
9 106
10 <change type="feature"> 107 <change type="feature">