comparison docs/xml/nginx/changes.xml @ 1158:d1ffcf84ea12 release-0.5.17

nginx-0.5.17-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Apr 2007 10:44:44 +0000
parents 64854c7c95d0
children 796a6e30ca9d
comparison
equal deleted inserted replaced
1157:a4820184a618 1158:d1ffcf84ea12
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.17" date="02.04.2007">
13
14 <change type="change">
15 <para lang="ru">
16 теперь nginx для метода TRACE всегда возвращает код 405.
17 </para>
18 <para lang="en">
19 now nginx always returns the 405 status for the TRACE method.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 теперь nginx поддерживает директиву include внутри блока types.
26 </para>
27 <para lang="en">
28 now nginx supports the "include" directive inside the "types" block.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 использование переменной $document_root в директиве root и alias
35 запрещено: оно вызывало рекурсивное переполнение стека.
36 </para>
37 <para lang="en">
38 the $document_root variable usage in the "root" and "alias" directives
39 is disabled: this caused recursive stack overflow.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 в использовании протокола HTTPS в директиве proxy_pass.
46 </para>
47 <para lang="en">
48 in the HTTPS protocol in the "proxy_pass" directive.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 в некоторых случаях некэшируемые переменные (такие, как $uri)
55 возвращали старое закэшированное значение.
56 </para>
57 <para lang="en">
58 in some cases non-cachable variables (such as $uri variable)
59 returned old cached value.
60 </para>
61 </change>
62
63 </changes>
10 64
11 65
12 <changes ver="0.5.16" date="26.03.2007"> 66 <changes ver="0.5.16" date="26.03.2007">
13 67
14 <change type="bugfix"> 68 <change type="bugfix">
3148 <para lang="ru"> 3202 <para lang="ru">
3149 при использовании протокола HTTPS в директиве proxy_pass не передавались 3203 при использовании протокола HTTPS в директиве proxy_pass не передавались
3150 запросы с телом, записанным во временный файл. 3204 запросы с телом, записанным во временный файл.
3151 </para> 3205 </para>
3152 <para lang="en"> 3206 <para lang="en">
3153 if the HTTP protocol was used in the "proxy_pass" directive and 3207 if the HTTPS protocol was used in the "proxy_pass" directive and
3154 the request body was in temporarily file then the request was not transferred. 3208 the request body was in temporarily file then the request was not transferred.
3155 </para> 3209 </para>
3156 </change> 3210 </change>
3157 3211
3158 <change type="bugfix"> 3212 <change type="bugfix">
3382 <para lang="ru"> 3436 <para lang="ru">
3383 при использовании протокола HTTPS в директиве proxy_pass не передавались 3437 при использовании протокола HTTPS в директиве proxy_pass не передавались
3384 запросы с телом. 3438 запросы с телом.
3385 </para> 3439 </para>
3386 <para lang="en"> 3440 <para lang="en">
3387 if the HTTP protocol was used in the "proxy_pass" directive then 3441 if the HTTPS protocol was used in the "proxy_pass" directive then
3388 the requests with the body was not transferred. 3442 the requests with the body was not transferred.
3389 </para> 3443 </para>
3390 </change> 3444 </change>
3391 3445
3392 </changes> 3446 </changes>
3764 <change type="bugfix"> 3818 <change type="bugfix">
3765 <para lang="ru"> 3819 <para lang="ru">
3766 в использовании протокола HTTPS в директиве proxy_pass. 3820 в использовании протокола HTTPS в директиве proxy_pass.
3767 </para> 3821 </para>
3768 <para lang="en"> 3822 <para lang="en">
3769 in the HTTP protocol in the "proxy_pass" directive. 3823 in the HTTPS protocol in the "proxy_pass" directive.
3770 </para> 3824 </para>
3771 </change> 3825 </change>
3772 3826
3773 <change type="bugfix"> 3827 <change type="bugfix">
3774 <para lang="ru"> 3828 <para lang="ru">
3775 при использовании протокола HTTPS в директиве proxy_pass по умолчанию 3829 при использовании протокола HTTPS в директиве proxy_pass по умолчанию
3776 использовался порт 80. 3830 использовался порт 80.
3777 </para> 3831 </para>
3778 <para lang="en"> 3832 <para lang="en">
3779 when the HTTP protocol was used in the "proxy_pass" directive the port 80 3833 when the HTTPS protocol was used in the "proxy_pass" directive the port 80
3780 was used by default. 3834 was used by default.
3781 </para> 3835 </para>
3782 </change> 3836 </change>
3783 3837
3784 </changes> 3838 </changes>