comparison docs/xml/nginx/changes.xml @ 657:400711951595 release-0.3.50

nginx-0.3.50-RELEASE import *) Change: the "proxy_redirect_errors" and "fastcgi_redirect_errors" directives was renamed to the "proxy_intercept_errors" and "fastcgi_intercept_errors" directives. *) Feature: the ngx_http_charset_module supports the recoding from the single byte encodings to the UTF-8 encoding and back. *) Feature: the "X-Accel-Charset" response header line is supported in proxy and FastCGI mode. *) Bugfix: the "\" escape symbol in the "\"" and "\'" pairs in the SSI command was removed only if the command also has the "$" symbol. *) Bugfix: the "<!--" string might be added on some conditions in the SSI after inclusion. *) Bugfix: if the "Content-Length: 0" header line was in response, then in nonbuffered proxying mode the client connection was not closed.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Jun 2006 16:00:26 +0000
parents 4c8cd5ae5cc1
children 649c9063d0fd
comparison
equal deleted inserted replaced
656:97f36f8e65dd 657:400711951595
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.3.50" date="28.06.2006">
13
14 <change type="change">
15 <para lang="ru">
16 директивы proxy_redirect_errors и fastcgi_redirect_errors
17 переименованы соответственно в proxy_intercept_errors и
18 fastcgi_intercept_errors.
19 </para>
20 <para lang="en">
21 the "proxy_redirect_errors" and "fastcgi_redirect_errors" directives
22 was renamed to the "proxy_intercept_errors" and
23 "fastcgi_intercept_errors" directives.
24 </para>
25 </change>
26
27 <change type="feature">
28 <para lang="ru">
29 модуль ngx_http_charset_module поддерживает перекодирование из
30 однобайтных кодировок в UTF-8 и обратно.
31 </para>
32 <para lang="en">
33 the ngx_http_charset_module supports the recoding from the single byte
34 encodings to the UTF-8 encoding and back.
35 </para>
36 </change>
37
38 <change type="feature">
39 <para lang="ru">
40 в режиме прокси и FastCGI поддерживается строка заголовка "X-Accel-Charset"
41 в ответе бэкенда.
42 </para>
43 <para lang="en">
44 the "X-Accel-Charset" response header line is supported in proxy
45 and FastCGI mode.
46 </para>
47 </change>
48
49 <change type="bugfix">
50 <para lang="ru">
51 символ "\" в парах "\"" и "\'" в SSI командах убирался только, если
52 также использовался символ "$".
53 </para>
54 <para lang="en">
55 the "\" escape symbol in the "\"" and "\'" pairs in the SSI command
56 was removed only if the command also has the "$" symbol.
57 </para>
58 </change>
59
60 <change type="bugfix">
61 <para lang="ru">
62 при некоторых условиях в SSI после вставки могла быть добавлена
63 строка "&lt;!--".
64 </para>
65 <para lang="en">
66 the "&lt;!--" string might be added on some conditions
67 in the SSI after inclusion.
68 </para>
69 </change>
70
71 <change type="bugfix">
72 <para lang="ru">
73 если в заголовке ответа была строка <nobr>"Content-Length: 0",</nobr>
74 при использовании небуферизированного проксировании не закрывалось соединение
75 с клиентом.
76 </para>
77 <para lang="en">
78 if the "Content-Length: 0" header line was in response, then
79 in nonbuffered proxying mode the client connection was not closed.
80 </para>
81 </change>
82
83 </changes>
10 84
11 85
12 <changes ver="0.3.49" date="31.05.2006"> 86 <changes ver="0.3.49" date="31.05.2006">
13 87
14 <change type="bugfix"> 88 <change type="bugfix">
3209 <para lang="ru"> 3283 <para lang="ru">
3210 в режиме прокси и FastCGI поддерживается строка заголовка "X-Accel-Limit-Rate" 3284 в режиме прокси и FastCGI поддерживается строка заголовка "X-Accel-Limit-Rate"
3211 в ответе бэкенда. 3285 в ответе бэкенда.
3212 </para> 3286 </para>
3213 <para lang="en"> 3287 <para lang="en">
3214 the "X-Accel-Limit-Rate" response header line is supported in proxy and FastCGI 3288 the "X-Accel-Limit-Rate" response header line is supported in proxy
3215 mode. 3289 and FastCGI mode.
3216 </para> 3290 </para>
3217 </change> 3291 </change>
3218 3292
3219 <change type="feature"> 3293 <change type="feature">
3220 <para lang="ru"> 3294 <para lang="ru">