comparison docs/xml/nginx/changes.xml @ 7403:051a039ce1c7 release-1.15.7

nginx-1.15.7-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Nov 2018 17:40:20 +0300
parents 2351853ce686
children ee551e3f6dba
comparison
equal deleted inserted replaced
7402:aeb2d11c2731 7403:051a039ce1c7
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.7" date="2018-11-27">
9
10 <change type="feature">
11 <para lang="ru">
12 директива proxy_requests в модуле stream.
13 </para>
14 <para lang="en">
15 the "proxy_requests" directive in the stream module.
16 </para>
17 </change>
18
19 <change type="feature">
20 <para lang="ru">
21 параметр "delay" директивы "limit_req".<br/>
22 Спасибо Владиславу Шабанову и Петру Щучкину.
23 </para>
24 <para lang="en">
25 the "delay" parameter of the "limit_req" directive.<br/>
26 Thanks to Vladislav Shabanov and Peter Shchuchkin.
27 </para>
28 </change>
29
30 <change type="bugfix">
31 <para lang="ru">
32 утечки памяти в случае ошибок при переконфигурации.
33 </para>
34 <para lang="en">
35 memory leak on errors during reconfiguration.
36 </para>
37 </change>
38
39 <change type="bugfix">
40 <para lang="ru">
41 в переменных $upstream_response_time, $upstream_connect_time и
42 $upstream_header_time.
43 </para>
44 <para lang="en">
45 in the $upstream_response_time, $upstream_connect_time, and
46 $upstream_header_time variables.
47 </para>
48 </change>
49
50 <change type="bugfix">
51 <para lang="ru">
52 в рабочем процессе мог произойти segmentation fault,
53 если использовался модуль ngx_http_mp4_module на 32-битных платформах.
54 </para>
55 <para lang="en">
56 a segmentation fault might occur in a worker process
57 if the ngx_http_mp4_module was used on 32-bit platforms.
58 </para>
59 </change>
60
61 </changes>
6 62
7 63
8 <changes ver="1.15.6" date="2018-11-06"> 64 <changes ver="1.15.6" date="2018-11-06">
9 65
10 <change type="security"> 66 <change type="security">