comparison docs/xml/nginx/changes.xml @ 885:589ee12e8d7c release-0.5.0

nginx-0.5.0-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Dec 2006 16:56:53 +0000
parents 93c94cfa9f78
children 13416db8a807
comparison
equal deleted inserted replaced
884:4d68c486fcb0 885:589ee12e8d7c
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.5.0" date="04.12.2006">
13
14 <change type="change">
15 <para lang="ru">
16 параметры в виде "%name" в директиве log_format больше не поддерживаются.
17 </para>
18 <para lang="en">
19 the parameters in the "%name" form in the "log_format" directive
20 are not supported anymore.
21 </para>
22 </change>
23
24 <change type="change">
25 <para lang="ru">
26 директивы proxy_upstream_max_fails, proxy_upstream_fail_timeout,
27 fastcgi_upstream_max_fails, и fastcgi_upstream_fail_timeout,
28 memcached_upstream_max_fails и memcached_upstream_fail_timeout
29 больше не поддерживаются.
30 </para>
31 <para lang="en">
32 the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout",
33 "fastcgi_upstream_max_fails", "fastcgi_upstream_fail_timeout",
34 "memcached_upstream_max_fails", and "memcached_upstream_fail_timeout"
35 directives are not supported anymore.
36 </para>
37 </change>
38
39 <change type="feature">
40 <para lang="ru">
41 директива server в блоке upstream поддерживает параметры
42 max_fails, fail_timeout и down.
43 </para>
44 <para lang="en">
45 the "server" directive in the "upstream" context supports
46 the "max_fails", "fail_timeout", and "down" parameters.
47 </para>
48 </change>
49
50 <change type="feature">
51 <para lang="ru">
52 директива ip_hash в блоке upstream.
53 </para>
54 <para lang="en">
55 the "ip_hash" directive inside the "upstream" block.
56 </para>
57 </change>
58
59 <change type="feature">
60 <para lang="ru">
61 статус WAIT в строке "Auth-Status" в заголовка ответа сервера аутентификации
62 IMAP/POP3 прокси.
63 </para>
64 <para lang="en">
65 the WAIT status in the "Auth-Status" header line of the IMAP/POP3 proxy
66 authentication server response.
67 </para>
68 </change>
69
70 <change type="bugfix">
71 <para lang="ru">
72 nginx не собирался на 64-битных платформах;
73 ошибка появилась в 0.4.14.
74 </para>
75 <para lang="en">
76 nginx could not be built on 64-bit platforms;
77 bug appeared in 0.4.14.
78 </para>
79 </change>
80
81 </changes>
10 82
11 83
12 <changes ver="0.4.14" date="27.11.2006"> 84 <changes ver="0.4.14" date="27.11.2006">
13 85
14 <change type="feature"> 86 <change type="feature">
1162 <change type="feature"> 1234 <change type="feature">
1163 <para lang="ru"> 1235 <para lang="ru">
1164 директива server в блоке upstream поддерживает параметр weight. 1236 директива server в блоке upstream поддерживает параметр weight.
1165 </para> 1237 </para>
1166 <para lang="en"> 1238 <para lang="en">
1167 the "server" directive if the "upstream" context supports 1239 the "server" directive in the "upstream" context supports
1168 the "weight" parameter. 1240 the "weight" parameter.
1169 </para> 1241 </para>
1170 </change> 1242 </change>
1171 1243
1172 <change type="feature"> 1244 <change type="feature">