comparison docs/xml/nginx/changes.xml @ 5237:99eed1a88fc3 release-1.5.1

nginx-1.5.1-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Jun 2013 17:21:52 +0400
parents 48a84bc3ff07
children 5bdca4812974
comparison
equal deleted inserted replaced
5236:21e07bf09dd6 5237:99eed1a88fc3
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.5.1" date="04.06.2013">
9
10 <change type="feature">
11 <para lang="ru">
12 директивы ssi_last_modified, sub_filter_last_modified и
13 xslt_last_modified.<br/>
14 Спасибо Алексею Колпакову.
15 </para>
16 <para lang="en">
17 the "ssi_last_modified", "sub_filter_last_modified", and
18 "xslt_last_modified" directives.<br/>
19 Thanks to Alexey Kolpakov.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 параметр http_403 в директивах proxy_next_upstream, fastcgi_next_upstream,
26 scgi_next_upstream и uwsgi_next_upstream.
27 </para>
28 <para lang="en">
29 the "http_403" parameter of the "proxy_next_upstream", "fastcgi_next_upstream",
30 "scgi_next_upstream", and "uwsgi_next_upstream" directives.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 директивы allow и deny теперь поддерживают unix domain сокеты.
37 </para>
38 <para lang="en">
39 the "allow" and "deny" directives now support unix domain sockets.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 nginx не собирался с модулем ngx_mail_ssl_module,
46 но без модуля ngx_http_ssl_module;
47 ошибка появилась в 1.3.14.
48 </para>
49 <para lang="en">
50 nginx could not be built with the ngx_mail_ssl_module,
51 but without ngx_http_ssl_module;
52 the bug had appeared in 1.3.14.
53 </para>
54 </change>
55
56 <change type="bugfix">
57 <para lang="ru">
58 в директиве proxy_set_body.<br/>
59 Спасибо Lanshun Zhou.
60 </para>
61 <para lang="en">
62 in the "proxy_set_body" directive.<br/>
63 Thanks to Lanshun Zhou.
64 </para>
65 </change>
66
67 <change type="bugfix">
68 <para lang="ru">
69 в директиве lingering_time.<br/>
70 Спасибо Lanshun Zhou.
71 </para>
72 <para lang="en">
73 in the "lingering_time" directive.<br/>
74 Thanks to Lanshun Zhou.
75 </para>
76 </change>
77
78 <change type="bugfix">
79 <para lang="ru">
80 параметр fail_timeout директивы server
81 в блоке upstream мог не работать,
82 если использовался параметр max_fails;
83 ошибка появилась в 1.3.0.
84 </para>
85 <para lang="en">
86 the "fail_timeout" parameter of the "server" directive
87 in the "upstream" context might not work
88 if "max_fails" parameter was used;
89 the bug had appeared in 1.3.0.
90 </para>
91 </change>
92
93 <change type="bugfix">
94 <para lang="ru">
95 в рабочем процессе мог произойти segmentation fault,
96 если использовалась директива ssl_stapling.<br/>
97 Спасибо Piotr Sikora.
98 </para>
99 <para lang="en">
100 a segmentation fault might occur in a worker process
101 if the "ssl_stapling" directive was used.<br/>
102 Thanks to Piotr Sikora.
103 </para>
104 </change>
105
106 <change type="bugfix">
107 <para lang="ru">
108 в почтовом прокси-сервере.<br/>
109 Спасибо Filipe Da Silva.
110 </para>
111 <para lang="en">
112 in the mail proxy server.<br/>
113 Thanks to Filipe Da Silva.
114 </para>
115 </change>
116
117 <change type="bugfix">
118 <para lang="ru">
119 nginx/Windows мог перестать принимать соединения,
120 если использовалось несколько рабочих процессов.
121 </para>
122 <para lang="en">
123 nginx/Windows might stop accepting connections
124 if several worker processes were used.
125 </para>
126 </change>
127
128 </changes>
6 129
7 130
8 <changes ver="1.5.0" date="07.05.2013"> 131 <changes ver="1.5.0" date="07.05.2013">
9 132
10 <change type="security"> 133 <change type="security">