comparison docs/xml/nginx/changes.xml @ 6190:3a32d6e7404a release-1.9.2

nginx-1.9.2-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 16 Jun 2015 17:49:39 +0300
parents ab78c12412ce
children e27a21560129
comparison
equal deleted inserted replaced
6189:54b10b289f0f 6190:3a32d6e7404a
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.9.2" date="16.06.2015">
9
10 <change type="feature">
11 <para lang="ru">
12 параметр backlog директивы listen
13 в почтовом прокси-сервере и модуле stream.
14 </para>
15 <para lang="en">
16 the "backlog" parameter of the "listen" directives
17 of the mail proxy and stream modules.
18 </para>
19 </change>
20
21 <change type="feature">
22 <para lang="ru">
23 директивы allow и deny в модуле stream.
24 </para>
25 <para lang="en">
26 the "allow" and "deny" directives in the stream module.
27 </para>
28 </change>
29
30 <change type="feature">
31 <para lang="ru">
32 директива proxy_bind в модуле stream.
33 </para>
34 <para lang="en">
35 the "proxy_bind" directive in the stream module.
36 </para>
37 </change>
38
39 <change type="feature">
40 <para lang="ru">
41 директива proxy_protocol в модуле stream.
42 </para>
43 <para lang="en">
44 the "proxy_protocol" directive in the stream module.
45 </para>
46 </change>
47
48 <change type="feature">
49 <para lang="ru">
50 ключ -T.
51 </para>
52 <para lang="en">
53 the -T switch.
54 </para>
55 </change>
56
57 <change type="feature">
58 <para lang="ru">
59 параметр REQUEST_SCHEME добавлен в стандартные конфигурационные файлы
60 fastcgi.conf, fastcgi_params, scgi_params и uwsgi_params.
61 </para>
62 <para lang="en">
63 the REQUEST_SCHEME parameter added to the fastcgi.conf, fastcgi_params,
64 scgi_params, and uwsgi_params standard configuration files.
65 </para>
66 </change>
67
68 <change type="bugfix">
69 <para lang="ru">
70 параметр reuseport директивы listen в модуле stream
71 не работал.
72 </para>
73 <para lang="en">
74 the "reuseport" parameter of the "listen" directive of the stream module
75 did not work.
76 </para>
77 </change>
78
79 <change type="bugfix">
80 <para lang="ru">
81 OCSP stapling в некоторых случаях мог вернуть устаревший OCSP-ответ.
82 </para>
83 <para lang="en">
84 OCSP stapling might return an expired OCSP response in some cases.
85 </para>
86 </change>
87
88 </changes>
6 89
7 90
8 <changes ver="1.9.1" date="26.05.2015"> 91 <changes ver="1.9.1" date="26.05.2015">
9 92
10 <change type="change"> 93 <change type="change">