comparison docs/xml/nginx/changes.xml @ 2237:0cd7bb051f67 release-0.7.15

nginx-0.7.15-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Sep 2008 08:36:22 +0000
parents c07d2d20d95c
children eab2e87deba7
comparison
equal deleted inserted replaced
2236:c53038422c02 2237:0cd7bb051f67
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.7.15" date="08.09.2008">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_random_index_module.
17 </para>
18 <para lang="en">
19 the ngx_http_random_index_module.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива directio оптимизирована для запросов файлов, начинающихся
26 с произвольной позиции.
27 </para>
28 <para lang="en">
29 the "directio" directive has been optimized for file requests starting
30 from arbitrary position.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 директива directio при необходимости запрещает использование sendfile.
37 </para>
38 <para lang="en">
39 the "directio" directive turns off sendfile if it is necessary.
40 </para>
41 </change>
42
43 <change type="feature">
44 <para lang="ru">
45 теперь nginx разрешает подчёркивания в именах строк в заголовке запроса клиента.
46 </para>
47 <para lang="en">
48 now nginx allows underscores in a client request header line names.
49 </para>
50 </change>
51
52 </changes>
10 53
11 54
12 <changes ver="0.7.14" date="01.09.2008"> 55 <changes ver="0.7.14" date="01.09.2008">
13 56
14 <change type="change"> 57 <change type="change">