comparison docs/xml/nginx/changes.xml @ 527:7fa11e5c6e96 release-0.1.38

nginx-0.1.38-RELEASE import *) Feature: the "limit_rate" directive is supported in in proxy and FastCGI mode. *) Feature: the "X-Accel-Limit-Rate" response header line is supported in proxy and FastCGI mode. *) Feature: the "break" directive. *) Feature: the "log_not_found" directive. *) Bugfix: the response status code was not changed when request was redirected by the ""X-Accel-Redirect" header line. *) Bugfix: the variables set by the "set" directive could not be used in SSI. *) Bugfix: the segmentation fault may occurred if the SSI page has more than one remote subrequest. *) Bugfix: nginx treated the backend response as invalid if the status line in the header was transferred in two packets; the bug had appeared in 0.1.29. *) Feature: the "ssi_types" directive. *) Feature: the "autoindex_exact_size" directive. *) Bugfix: the ngx_http_autoindex_module did not support the long file names in UTF-8. *) Feature: the IMAP/POP3 proxy.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 Jul 2005 14:34:20 +0000
parents 09b42134ac0c
children e5d7d0334fdb
comparison
equal deleted inserted replaced
526:e31ce4d8b8e6 527:7fa11e5c6e96
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.1.38" date="08.07.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 директива limit_rate поддерживается в режиме прокси и FastCGI.
17 </para>
18 <para lang="en">
19 the "limit_rate" directive is supported in in proxy and FastCGI mode.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 в режиме прокси и FastCGI поддерживается строка заголовка "X-Accel-Limit-Rate"
26 в ответе бэкенда.
27 </para>
28 <para lang="en">
29 the "X-Accel-Limit-Rate" response header line is supported in proxy and FastCGI
30 mode.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 директива break.
37 </para>
38 <para lang="en">
39 the "break" directive.
40 </para>
41 </change>
42
43 <change type="feature">
44 <para lang="ru">
45 директива log_not_found.
46 </para>
47 <para lang="en">
48 the "log_not_found" directive.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 при перенаправлении запроса с помощью строки заголовка "X-Accel-Redirect"
55 не изменялся код ответа.
56 </para>
57 <para lang="en">
58 the response status code was not changed when request was redirected
59 by the ""X-Accel-Redirect" header line.
60 </para>
61 </change>
62
63 <change type="bugfix">
64 <para lang="ru">
65 переменные, установленные директивой set не могли использоваться в SSI.
66 </para>
67 <para lang="en">
68 the variables set by the "set" directive could not be used in SSI.
69 </para>
70 </change>
71
72 <change type="bugfix">
73 <para lang="ru">
74 при включении в SSI более одного удалённого подзапроса
75 мог произойти segmentation fault.
76 </para>
77 <para lang="en">
78 the segmentation fault may occurred if the SSI page has more than one
79 remote subrequest.
80 </para>
81 </change>
82
83 <change type="bugfix">
84 <para lang="ru">
85 если статусная строка в ответе бэкенда передавалась в двух пакетах, то
86 nginx считал ответ неверным;
87 ошибка появилась в 0.1.29.
88 </para>
89 <para lang="en">
90 nginx treated the backend response as invalid if the status line in the
91 header was transferred in two packets;
92 bug appeared in 0.1.29.
93 </para>
94 </change>
95
96 <change type="feature">
97 <para lang="ru">
98 директива ssi_types.
99 </para>
100 <para lang="en">
101 the "ssi_types" directive.
102 </para>
103 </change>
104
105 <change type="feature">
106 <para lang="ru">
107 директива autoindex_exact_size.
108 </para>
109 <para lang="en">
110 the "autoindex_exact_size" directive.
111 </para>
112 </change>
113
114 <change type="bugfix">
115 <para lang="ru">
116 модуль ngx_http_autoindex_module не поддерживал длинные имена файлов в UTF-8.
117 </para>
118 <para lang="en">
119 the ngx_http_autoindex_module did not support the long file names in UTF-8.
120 </para>
121 </change>
122
123 <change type="feature">
124 <para lang="ru">
125 IMAP/POP3 прокси.
126 </para>
127 <para lang="en">
128 the IMAP/POP3 proxy.
129 </para>
130 </change>
131
132 </changes>
10 133
11 134
12 <changes ver="0.1.37" date="23.06.2005"> 135 <changes ver="0.1.37" date="23.06.2005">
13 136
14 <change type="change"> 137 <change type="change">
314 </para> 437 </para>
315 </change> 438 </change>
316 439
317 <change type="feature"> 440 <change type="feature">
318 <para lang="ru"> 441 <para lang="ru">
319 в режиме прокси и FastCGI поддерживается строка заголовка X-Accel-Redirect 442 в режиме прокси и FastCGI поддерживается строка заголовка "X-Accel-Redirect"
320 в ответе бэкенда. 443 в ответе бэкенда.
321 </para> 444 </para>
322 <para lang="en"> 445 <para lang="en">
323 the "X-Accel-Redirect" response header line is supported in proxy and FastCGI 446 the "X-Accel-Redirect" response header line is supported in proxy and FastCGI
324 mode. 447 mode.