comparison docs/xml/nginx/changes.xml @ 6967:3d0e8655f897 release-1.11.13

nginx-1.11.13-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Apr 2017 18:01:57 +0300
parents 7f394e433f00
children e265d962841f 3671096a45bc
comparison
equal deleted inserted replaced
6966:fa56ab75cffc 6967:3d0e8655f897
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.11.13" date="2017-04-04">
9
10 <change type="feature">
11 <para lang="ru">
12 параметр http_429 в директивах proxy_next_upstream, fastcgi_next_upstream,
13 scgi_next_upstream и uwsgi_next_upstream.<br/>
14 Спасибо Piotr Sikora.
15 </para>
16 <para lang="en">
17 the "http_429" parameter of the "proxy_next_upstream", "fastcgi_next_upstream",
18 "scgi_next_upstream", and "uwsgi_next_upstream" directives.<br/>
19 Thanks to Piotr Sikora.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 в обработке ошибок выделения памяти.
26 </para>
27 <para lang="en">
28 in memory allocation error handling.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 при использовании директив sendfile и timer_resolution на Linux
35 запросы могли зависать.
36 </para>
37 <para lang="en">
38 requests might hang
39 when using the "sendfile" and "timer_resolution" directives on Linux.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 при использовании с подзапросами директив sendfile и aio_write
46 запросы могли зависать.
47 </para>
48 <para lang="en">
49 requests might hang
50 when using the "sendfile" and "aio_write" directives with subrequests.
51 </para>
52 </change>
53
54 <change type="bugfix">
55 <para lang="ru">
56 в модуле ngx_http_v2_module.<br/>
57 Спасибо Piotr Sikora.
58 </para>
59 <para lang="en">
60 in the ngx_http_v2_module.<br/>
61 Thanks to Piotr Sikora.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 при использовании HTTP/2 в рабочем процессе мог произойти segmentation fault.
68 </para>
69 <para lang="en">
70 a segmentation fault might occur in a worker process when using HTTP/2.
71 </para>
72 </change>
73
74 <change type="bugfix">
75 <para lang="ru">
76 запросы могли зависать
77 при использовании с подзапросами директив limit_rate, sendfile_max_chunk,
78 limit_req или метода $r->sleep() встроенного перла.
79 </para>
80 <para lang="en">
81 requests might hang
82 when using the "limit_rate", "sendfile_max_chunk", "limit_req" directives,
83 or the $r->sleep() embedded perl method with subrequests.
84 </para>
85 </change>
86
87 <change type="bugfix">
88 <para lang="ru">
89 в модуле ngx_http_slice_module.
90 </para>
91 <para lang="en">
92 in the ngx_http_slice_module.
93 </para>
94 </change>
95
96 </changes>
6 97
7 98
8 <changes ver="1.11.12" date="2017-03-24"> 99 <changes ver="1.11.12" date="2017-03-24">
9 100
10 <change type="bugfix"> 101 <change type="bugfix">