comparison docs/xml/nginx/changes.xml @ 637:e60fe4cf1d4e release-0.3.40

nginx-0.3.40-RELEASE import *) Feature: the ngx_http_dav_module supports the MKCOL method. *) Feature: the "create_full_put_path" directive. *) Feature: the "$limit_rate" variable.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Apr 2006 15:30:56 +0000
parents 18268abd340c
children 715d24327080
comparison
equal deleted inserted replaced
636:21003753acbf 637:e60fe4cf1d4e
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.3.40" date="19.04.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_dav_module поддерживает метод MKCOL.
17 </para>
18 <para lang="en">
19 the ngx_http_dav_module supports the MKCOL method.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива create_full_put_path.
26 </para>
27 <para lang="en">
28 the "create_full_put_path" directive.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 переменная $limit_rate.
35 </para>
36 <para lang="en">
37 the "$limit_rate" variable.
38 </para>
39 </change>
40
41 </changes>
10 42
11 43
12 <changes ver="0.3.39" date="17.04.2006"> 44 <changes ver="0.3.39" date="17.04.2006">
13 45
14 <change type="feature"> 46 <change type="feature">