comparison docs/xml/nginx/changes.xml @ 6897:369b74459cf2 stable-1.10 release-1.10.3

nginx-1.10.3-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 31 Jan 2017 18:01:10 +0300
parents b98f9fdee487
children
comparison
equal deleted inserted replaced
6896:6a510ba580a6 6897:369b74459cf2
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.10.3" date="31.01.2017">
9
10 <change type="bugfix">
11 <para lang="ru">
12 в директиве add_after_body при использовании совместно с директивой sub_filter.
13 </para>
14 <para lang="en">
15 in the "add_after_body" directive when used with the "sub_filter" directive.
16 </para>
17 </change>
18
19 <change type="bugfix">
20 <para lang="ru">
21 unix domain listen-сокеты могли не наследоваться
22 при обновлении исполняемого файла на Linux.
23 </para>
24 <para lang="en">
25 unix domain listen sockets might not be inherited
26 during binary upgrade on Linux.
27 </para>
28 </change>
29
30 <change type="bugfix">
31 <para lang="ru">
32 плавное завершение старых рабочих процессов могло занимать бесконечное время
33 при использовании HTTP/2.
34 </para>
35 <para lang="en">
36 graceful shutdown of old worker processes might require infinite time
37 when using HTTP/2.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 при использовании HTTP/2 и директив limit_req или auth_request
44 тело запроса могло быть повреждено;
45 ошибка появилась в 1.10.2.
46 </para>
47 <para lang="en">
48 when using HTTP/2 and the "limit_req" or "auth_request" directives
49 client request body might be corrupted;
50 the bug had appeared in 1.10.2.
51 </para>
52 </change>
53
54 <change type="bugfix">
55 <para lang="ru">
56 при использовании HTTP/2 в рабочем процессе мог произойти segmentation fault;
57 ошибка появилась в 1.10.2.
58 </para>
59 <para lang="en">
60 a segmentation fault might occur in a worker process when using HTTP/2;
61 the bug had appeared in 1.10.2.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 при использовании директивы sendfile на FreeBSD и macOS
68 мог возвращаться некорректный ответ;
69 ошибка появилась в 1.7.8.
70 </para>
71 <para lang="en">
72 an incorrect response might be returned
73 when using the "sendfile" directive on FreeBSD and macOS;
74 the bug had appeared in 1.7.8.
75 </para>
76 </change>
77
78 <change type="bugfix">
79 <para lang="ru">
80 при использовании директивы aio_write
81 ответ мог сохраняться в кэш не полностью.
82 </para>
83 <para lang="en">
84 a truncated response might be stored in cache
85 when using the "aio_write" directive.
86 </para>
87 </change>
88
89 <change type="bugfix">
90 <para lang="ru">
91 при использовании директивы aio_write
92 могла происходить утечка сокетов.
93 </para>
94 <para lang="en">
95 a socket leak might occur
96 when using the "aio_write" directive.
97 </para>
98 </change>
99
100 </changes>
6 101
7 102
8 <changes ver="1.10.2" date="18.10.2016"> 103 <changes ver="1.10.2" date="18.10.2016">
9 104
10 <change type="change"> 105 <change type="change">