comparison docs/xml/nginx/changes.xml @ 760:119bad43bfd4 release-0.4.7

nginx-0.4.7-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 10 Oct 2006 16:10:29 +0000
parents 4ac89c5aa10d
children 0f404f82a134
comparison
equal deleted inserted replaced
759:1606be879985 760:119bad43bfd4
20 </para> 20 </para>
21 </change> 21 </change>
22 22
23 <change type="feature"> 23 <change type="feature">
24 <para lang="ru"> 24 <para lang="ru">
25 модуль ngx_http_charset_module поддерживает переменные. 25 переменная $request_body_file.
26 </para> 26 </para>
27 <para lang="en"> 27 <para lang="en">
28 the ngx_http_charset_module supports the variables. 28 the $request_body_file variable.
29 </para> 29 </para>
30 </change> 30 </change>
31 31
32 <change type="bugfix"> 32 <change type="feature">
33 <para lang="ru"> 33 <para lang="ru">
34 nginx не запускался на 64-битных платформах, отличной от amd64, sparc64 и ppc64. 34 директивы charset и source_charset поддерживают переменные.
35 </para>
36 <para lang="en">
37 the "charset" and "source_charset" directives support the variables.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 если до команды SSI include с параметром wait выполнялась ещё
44 одна команда SSI include, то параметр wait мог не работать.
45 </para>
46 <para lang="en">
47 if before an "include" SSI command with an "wait" parameter were
48 yet another "include" SSI command, then the "wait" parameter might not work.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 при использовании директивы "proxy_buffering off" или при работе
55 с memcached соединения могли не закрываться по таймауту.
56 </para>
57 <para lang="en">
58 if the "proxy_buffering off" directive was used or while working with
59 memcached the connections might not be closed on timeout.
60 </para>
61 </change>
62
63 <change type="bugfix">
64 <para lang="ru">
65 nginx не запускался на 64-битных платформах, отличных от amd64, sparc64 и ppc64.
35 </para> 66 </para>
36 <para lang="en"> 67 <para lang="en">
37 nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64. 68 nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64.
38 </para> 69 </para>
39 </change> 70 </change>
43 74
44 <changes ver="0.4.6" date="06.10.2006"> 75 <changes ver="0.4.6" date="06.10.2006">
45 76
46 <change type="bugfix"> 77 <change type="bugfix">
47 <para lang="ru"> 78 <para lang="ru">
48 nginx не запускался на 64-битных платформах, отличной от amd64, sparc64 и ppc64. 79 nginx не запускался на 64-битных платформах, отличных от amd64, sparc64 и ppc64.
49 </para> 80 </para>
50 <para lang="en"> 81 <para lang="en">
51 nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64. 82 nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64.
52 </para> 83 </para>
53 </change> 84 </change>