comparison docs/xml/nginx/changes.xml @ 6689:953512ca02c6 release-1.11.4

nginx-1.11.4-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Sep 2016 18:39:23 +0300
parents b83a067949a3
children 5253015a339a
comparison
equal deleted inserted replaced
6688:6acbe9964ceb 6689:953512ca02c6
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.4" date="13.09.2016">
9
10 <change type="feature">
11 <para lang="ru">
12 переменная $upstream_bytes_received.
13 </para>
14 <para lang="en">
15 the $upstream_bytes_received variable.
16 </para>
17 </change>
18
19 <change type="feature">
20 <para lang="ru">
21 переменные $bytes_received, $session_time, $protocol, $status,
22 $upstream_addr, $upstream_bytes_sent, $upstream_bytes_received,
23 $upstream_connect_time, $upstream_first_byte_time
24 и $upstream_session_time в модуле stream.
25 </para>
26 <para lang="en">
27 the $bytes_received, $session_time, $protocol, $status,
28 $upstream_addr, $upstream_bytes_sent, $upstream_bytes_received,
29 $upstream_connect_time, $upstream_first_byte_time,
30 and $upstream_session_time variables in the stream module.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 модуль ngx_stream_log_module.
37 </para>
38 <para lang="en">
39 the ngx_stream_log_module.
40 </para>
41 </change>
42
43 <change type="feature">
44 <para lang="ru">
45 параметр proxy_protocol в директиве listen,
46 переменные $proxy_protocol_addr и $proxy_protocol_port
47 в модуле stream.
48 </para>
49 <para lang="en">
50 the "proxy_protocol" parameter of the "listen" directive,
51 the $proxy_protocol_addr and $proxy_protocol_port variables
52 in the stream module.
53 </para>
54 </change>
55
56 <change type="feature">
57 <para lang="ru">
58 модуль ngx_stream_realip_module.
59 </para>
60 <para lang="en">
61 the ngx_stream_realip_module.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 nginx не собирался с модулем stream и модулем ngx_http_ssl_module,
68 но без модуля ngx_stream_ssl_module;
69 ошибка появилась в 1.11.3.
70 </para>
71 <para lang="en">
72 nginx could not be built with the stream module and the ngx_http_ssl_module,
73 but without ngx_stream_ssl_module;
74 the bug had appeared in 1.11.3.
75 </para>
76 </change>
77
78 <change type="feature">
79 <para lang="ru">
80 опция сокета IP_BIND_ADDRESS_NO_PORT не использовалась;
81 ошибка появилась в 1.11.2.
82 </para>
83 <para lang="en">
84 the IP_BIND_ADDRESS_NO_PORT socket option was not used;
85 the bug had appeared in 1.11.2.
86 </para>
87 </change>
88
89 <change type="bugfix">
90 <para lang="ru">
91 в параметре ranges директивы geo.
92 </para>
93 <para lang="en">
94 in the "ranges" parameter of the "geo" directive.
95 </para>
96 </change>
97
98 <change type="bugfix">
99 <para lang="ru">
100 при использовании директив "aio threads" и sendfile
101 мог возвращаться некорректный ответ; ошибка появилась в 1.9.13.
102 </para>
103 <para lang="en">
104 an incorrect response might be returned
105 when using the "aio threads" and "sendfile" directives;
106 the bug had appeared in 1.9.13.
107 </para>
108 </change>
109
110 </changes>
6 111
7 112
8 <changes ver="1.11.3" date="26.07.2016"> 113 <changes ver="1.11.3" date="26.07.2016">
9 114
10 <change type="change"> 115 <change type="change">