comparison docs/xml/nginx/changes.xml @ 732:5e42c1615f4d release-0.4.4

nginx-0.4.4-RELEASE fix msvc build failure introduced by previous commit
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Oct 2006 11:44:21 +0000
parents 39dd0b045441
children 40266f92b829
comparison
equal deleted inserted replaced
731:44161d685b8a 732:5e42c1615f4d
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.4.4" date="02.10.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 переменная scheme.
17 </para>
18 <para lang="en">
19 the "scheme" variable.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива expires поддерживает параметр max.
26 </para>
27 <para lang="en">
28 the "expires" directive supports the "max" parameter.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 директива include поддерживает маску "*".<br/>
35 Спасибо Jonathan Dance.
36 </para>
37 <para lang="en">
38 the "include" directive supports the "*" mask.<br/>
39 Thanks to Jonathan Dance.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 директива return всегда изменяла код ответа, перенаправленного
46 директивой error_page.
47 </para>
48 <para lang="en">
49 the "return" directive always overrode the "error_page" response code
50 redirected by the "error_page" directive.
51 </para>
52 </change>
53
54 <change type="bugfix">
55 <para lang="ru">
56 происходил segmentation fault, если в методе PUT передавалось
57 тело нулевой длины.
58 </para>
59 <para lang="en">
60 a segmentation fault occurred if zero-length body was in PUT method.
61 </para>
62 </change>
63
64 <change type="bugfix">
65 <para lang="ru">
66 при использовании переменных в директиве proxy_redirect редирект
67 изменялся неверно.
68 </para>
69 <para lang="en">
70 the redirect was changed incorrectly if the variables were used
71 in the "proxy_redirect" directive.
72 </para>
73 </change>
74
75 </changes>
10 76
11 77
12 <changes ver="0.4.3" date="26.09.2006"> 78 <changes ver="0.4.3" date="26.09.2006">
13 79
14 <change type="change"> 80 <change type="change">