comparison docs/xml/nginx/changes.xml @ 1201:8e8f6082654a release-0.5.20

nginx-0.5.20-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 May 2007 14:24:25 +0000
parents 1f81c711d2a0
children e9551132f7dd
comparison
equal deleted inserted replaced
1200:ff63527ea29c 1201:8e8f6082654a
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.5.20" date="07.05.2007">
13
14 <change type="feature">
15 <para lang="ru">
16 директива sendfile_max_chunk.
17 </para>
18 <para lang="en">
19 the "sendfile_max_chunk" directive.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 переменные "$http_...", "$sent_http_..." и "$upstream_http_..."
26 можно менять директивой set.
27 </para>
28 <para lang="en">
29 the "$http_...", "$sent_http_...", and "$upstream_http_..." variables
30 may be changed using the "set" directive.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 при использовании SSI-команды 'if expr="$var = /"'
37 в рабочем процессе мог произойти segmentation fault.
38 </para>
39 <para lang="en">
40 a segmentation fault might occur in worker process
41 if the SSI command 'if expr="$var = /"' was used.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 завершающая строка multipart range ответа передавалась неверно.<br/>
48 Спасибо Evan Miller.
49 </para>
50 <para lang="en">
51 trailing boundary of multipart range response was transferred incorrectly.<br/>
52 Thanks to Evan Miller.
53 </para>
54 </change>
55
56 <change type="bugfix">
57 <para lang="ru">
58 nginx не работал на Solaris/sparc64, если был собран Sun Studio.<br/>
59 Спасибо Андрею Нигматулину.
60 </para>
61 <para lang="en">
62 nginx did not work on Solaris/sparc64 if it was built by Sun Studio.<br/>
63 Thanks to Andrei Nigmatulin.
64 </para>
65 </change>
66
67 <change type="bugfix">
68 <para lang="ru">
69 модуль ngx_http_perl_module не собирался make в Solaris.<br/>
70 Спасибо Андрею Нигматулину.
71 </para>
72 <para lang="en">
73 the ngx_http_perl_module could not built by Solaris make.<br/>
74 Thanks to Andrei Nigmatulin.
75 </para>
76 </change>
77
78 </changes>
10 79
11 80
12 <changes ver="0.5.19" date="24.04.2007"> 81 <changes ver="0.5.19" date="24.04.2007">
13 82
14 <change type="change"> 83 <change type="change">