comparison docs/xml/nginx/changes.xml @ 768:0f404f82a134 release-0.4.8

nginx-0.4.8-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Oct 2006 15:11:22 +0000
parents 119bad43bfd4
children d24a71731436
comparison
equal deleted inserted replaced
767:cad7543dc419 768:0f404f82a134
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 10
11 11
12 <changes ver="0.4.7" date="10.10.2006"> 12 <changes ver="0.4.8" date="11.10.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_flv_module.
17 </para>
18 <para lang="en">
19 the ngx_http_flv_module.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 переменная $request_body_file.
26 </para>
27 <para lang="en">
28 the $request_body_file variable.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
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 13
41 <change type="bugfix"> 14 <change type="bugfix">
42 <para lang="ru"> 15 <para lang="ru">
43 если до команды SSI include с параметром wait выполнялась ещё 16 если до команды SSI include с параметром wait выполнялась ещё
44 одна команда SSI include, то параметр wait мог не работать. 17 одна команда SSI include, то параметр wait мог не работать.
45 </para> 18 </para>
46 <para lang="en"> 19 <para lang="en">
47 if before an "include" SSI command with an "wait" parameter were 20 if an "include" SSI command were before another "include" SSI command
48 yet another "include" SSI command, then the "wait" parameter might not work. 21 with an "wait" parameter, then the "wait" parameter might not work.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 модуль ngx_http_flv_module добавлял FLV-заголовок для полных ответов.<br/>
28 Спасибо Алексею Ковырину.
29 </para>
30 <para lang="en">
31 the ngx_http_flv_module added the FLV header to the full responses.<br/>
32 Thanks to Alexey Kovyrin.
33 </para>
34 </change>
35
36 </changes>
37
38
39 <changes ver="0.4.7" date="10.10.2006">
40
41 <change type="feature">
42 <para lang="ru">
43 модуль ngx_http_flv_module.
44 </para>
45 <para lang="en">
46 the ngx_http_flv_module.
47 </para>
48 </change>
49
50 <change type="feature">
51 <para lang="ru">
52 переменная $request_body_file.
53 </para>
54 <para lang="en">
55 the $request_body_file variable.
56 </para>
57 </change>
58
59 <change type="feature">
60 <para lang="ru">
61 директивы charset и source_charset поддерживают переменные.
62 </para>
63 <para lang="en">
64 the "charset" and "source_charset" directives support the variables.
65 </para>
66 </change>
67
68 <change type="bugfix">
69 <para lang="ru">
70 если до команды SSI include с параметром wait выполнялась ещё
71 одна команда SSI include, то параметр wait мог не работать.
72 </para>
73 <para lang="en">
74 if an "include" SSI command were before another "include" SSI command
75 with an "wait" parameter, then the "wait" parameter might not work.
49 </para> 76 </para>
50 </change> 77 </change>
51 78
52 <change type="bugfix"> 79 <change type="bugfix">
53 <para lang="ru"> 80 <para lang="ru">