comparison docs/xml/nginx/changes.xml @ 1459:5a80c6ccbe2a release-0.6.10

nginx-0.6.10-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Sep 2007 10:29:59 +0000
parents d1879c52326e
children f88a8b0b3960
comparison
equal deleted inserted replaced
1458:614090b26fbf 1459:5a80c6ccbe2a
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.6.10" date="03.09.2007">
13
14 <change type="feature">
15 <para lang="ru">
16 директивы open_file_cache, open_file_cache_retest и open_file_cache_errors.
17 </para>
18 <para lang="en">
19 the "open_file_cache", "open_file_cache_retest", and "open_file_cache_errors"
20 directives.
21 </para>
22 </change>
23
24 <change type="bugfix">
25 <para lang="ru">
26 утечка сокетов;
27 ошибка появилась в 0.6.7.
28 </para>
29 <para lang="en">
30 socket leak;
31 bug appeared in 0.6.7.
32 </para>
33 </change>
34
35 <change type="bugfix">
36 <para lang="ru">
37 В строку заголовка ответа "Content-Type", указанную в методе
38 $r->send_http_header(), не добавлялась кодировка, указанная в директиве charset.
39 </para>
40 <para lang="en">
41 a charset set by the "charset" directive was not appended
42 to the "Content-Type" header set by $r->send_http_header().
43 </para>
44 </change>
45
46 <change type="bugfix">
47 <para lang="ru">
48 при использовании метода /dev/poll
49 в рабочем процессе мог произойти segmentation fault.
50 </para>
51 <para lang="en">
52 a segmentation fault might occur in worker process
53 if /dev/poll method was used.
54 </para>
55 </change>
56
57 </changes>
10 58
11 59
12 <changes ver="0.6.9" date="28.08.2007"> 60 <changes ver="0.6.9" date="28.08.2007">
13 61
14 <change type="bugfix"> 62 <change type="bugfix">
207 </change> 255 </change>
208 256
209 <change type="bugfix"> 257 <change type="bugfix">
210 <para lang="ru"> 258 <para lang="ru">
211 если в директиве auth_http был задан неправильный адрес, то 259 если в директиве auth_http был задан неправильный адрес, то
212 в рабочем процессе происходил segmentation fault.<br/> 260 в рабочем процессе происходил segmentation fault.
213 </para> 261 </para>
214 <para lang="en"> 262 <para lang="en">
215 a segmentation fault occurred in worker process 263 a segmentation fault occurred in worker process
216 if invalid address was set in the "auth_http" directive. 264 if invalid address was set in the "auth_http" directive.
217 </para> 265 </para>