comparison docs/xml/nginx/changes.xml @ 511:c12967aadd87 release-0.1.30

nginx-0.1.30-RELEASE import *) Bugfix: the worker process may got caught in an endless loop if the SSI was used. *) Bugfix: the response encrypted by SSL may not transferred complete. *) Bugfix: if the length of the response part received at once from proxied or FastCGI server was equal to 500, then nginx returns the 500 response code; in proxy mode the the bug had appeared in 0.1.29 only. *) Bugfix: nginx did not consider the directives with 8 or 9 parameters as invalid. *) Feature: the "return" directive can return the 204 response code. *) Feature: the "ignore_invalid_headers" directive.
author Igor Sysoev <igor@sysoev.ru>
date Sat, 14 May 2005 18:42:03 +0000
parents 9b8c906f6e63
children fbbf16224844
comparison
equal deleted inserted replaced
510:3e9296472a39 511:c12967aadd87
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.30" date="14.05.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 при использовании SSI рабочий процесс мог зациклиться.
17 </para>
18 <para lang="en">
19 the worker process may got caught in an endless loop if the SSI was used.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 при использовании SSL ответ мог передаваться не до конца.
26 </para>
27 <para lang="en">
28 the response encrypted by SSL may not transferred complete.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 если длина части ответа, полученного за один раз от проксируемого или
35 FastCGI сервера была равна 500 байт, то nginx возвращал код ответа 500;
36 в режиме прокси ошибка появилась только в 0.1.29.
37 </para>
38 <para lang="en">
39 if the length of the response part received at once from proxied
40 or FastCGI server was equal to 500, then nginx returns the 500 response code;
41 in proxy mode the bug appeared in 0.1.29 only.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 nginx не считал неверными директивы с 8-ю или 9-ю параметрами.
48 </para>
49 <para lang="en">
50 nginx did not consider the directives with 8 or 9 parameters as invalid.
51 </para>
52 </change>
53
54 <change type="feature">
55 <para lang="ru">
56 директива return может возвращать код ответа 204.
57 </para>
58 <para lang="en">
59 the "return" directive can return the 204 response code.
60 </para>
61 </change>
62
63 <change type="feature">
64 <para lang="ru">
65 директива ignore_invalid_headers.
66 </para>
67 <para lang="en">
68 the "ignore_invalid_headers" directive.
69 </para>
70 </change>
71
72 </changes>
10 73
11 74
12 <changes ver="0.1.29" date="12.05.2005"> 75 <changes ver="0.1.29" date="12.05.2005">
13 76
14 <change type="feature"> 77 <change type="feature">
157 </para> 220 </para>
158 </change> 221 </change>
159 222
160 <change type="change"> 223 <change type="change">
161 <para lang="ru"> 224 <para lang="ru">
162 директивы fastcgi_set_var и fastcgi_params упразднены и должны быть 225 директивы fastcgi_root, fastcgi_set_var и fastcgi_params упразднены
163 замены директивами fastcgi_param. 226 и должны быть замены директивами fastcgi_param.
164 </para> 227 </para>
165 <para lang="en"> 228 <para lang="en">
166 the "fastcgi_set_var" and "fastcgi_params" directive are canceled and 229 the "fastcgi_root", "fastcgi_set_var" and "fastcgi_params" directive
167 must be replaced with the fastcgi_param directives. 230 are canceled and must be replaced with the fastcgi_param directives.
168 </para> 231 </para>
169 </change> 232 </change>
170 233
171 <change type="feature"> 234 <change type="feature">
172 <para lang="ru"> 235 <para lang="ru">