comparison docs/xml/nginx/changes.xml @ 924:393dbc659df1 release-0.5.4

nginx-0.5.4-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Thu, 14 Dec 2006 23:14:11 +0000
parents e2ac5fa41bcb
children 1ab4b4fdda9b
comparison
equal deleted inserted replaced
923:ee42dc53078b 924:393dbc659df1
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.4" date="15.12.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 директиву perl можно использовать внутри блока limit_except.
17 </para>
18 <para lang="en">
19 the "perl" directive may be used inside the "limit_except" block.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 модуль ngx_http_dav_module требовал строку "Date" в заголовке запроса
26 для метода DELETE.
27 </para>
28 <para lang="en">
29 the ngx_http_dav_module required the "Date" request header line
30 for the DELETE method.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 при использовании одного параметра в директиве dav_access nginx мог
37 сообщить об ошибке в конфигурации.
38 </para>
39 <para lang="en">
40 if one only parameter was used in the "dav_access" directive, then
41 nginx might report about configuration error.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 при использовании переменной $host мог произойти
48 мог произойти segmentation fault;
49 ошибка появилась в 0.4.14.
50 </para>
51 <para lang="en">
52 a segmentation fault might occur if the $host variable was used;
53 bug appeared in 0.4.14.
54 </para>
55 </change>
56
57 </changes>
10 58
11 59
12 <changes ver="0.5.3" date="13.12.2006"> 60 <changes ver="0.5.3" date="13.12.2006">
13 61
14 <change type="feature"> 62 <change type="feature">