comparison docs/xml/nginx/changes.xml @ 681:7e24168b0853 release-0.4.0

nginx-0.4.0-RELEASE import *) Change in internal API: the HTTP modules initialization was moved from the init module phase to the HTTP postconfiguration phase. *) Change: now the request body is not read beforehand for the ngx_http_perl_module: it's required to start the reading using the $r->has_request_body method. *) Feature: the ngx_http_perl_module supports the DECLINED return code. *) Feature: the ngx_http_dav_module supports the incoming "Date" header line for the PUT method. *) Feature: the "ssi" directive is available inside the "if" block. *) Bugfix: a segmentation fault occurred if there was an "index" directive with variables and the first index name was without variables; the bug had appeared in 0.1.29.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 30 Aug 2006 10:39:17 +0000
parents df95dcff753a
children 8183d4ba50f8
comparison
equal deleted inserted replaced
680:63a949f7ed4f 681:7e24168b0853
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 10
11 <!-- 11
12 12 <changes ver="0.4.0" date="30.08.2006">
13 <changes ver="0.4.0" date="19.08.2006">
14 13
15 <change> 14 <change>
16 <para lang="ru"> 15 <para lang="ru">
17 Изменение во внутреннем API: инициализация модулей HTTP перенесена из фазы 16 Изменение во внутреннем API: инициализация модулей HTTP перенесена из фазы
18 init module в фазу HTTP postconfiguration. 17 init module в фазу HTTP postconfiguration.
21 Change in internal API: the HTTP modules initialization was moved 20 Change in internal API: the HTTP modules initialization was moved
22 from the init module phase to the HTTP postconfiguration phase. 21 from the init module phase to the HTTP postconfiguration phase.
23 </para> 22 </para>
24 </change> 23 </change>
25 24
26 </changes> 25 <change type="change">
27 26 <para lang="ru">
28 --> 27 теперь тело запроса в модуле ngx_http_perl_module не считывается
28 заранее: нужно явно инициировать чтение с помощью метода $r->has_request_body.
29 </para>
30 <para lang="en">
31 now the request body is not read beforehand for the ngx_http_perl_module:
32 it's required to start the reading using the $r->has_request_body method.
33 </para>
34 </change>
35
36 <change type="feature">
37 <para lang="ru">
38 модуль ngx_http_perl_module поддерживает код возврата DECLINED.
39 </para>
40 <para lang="en">
41 the ngx_http_perl_module supports the DECLINED return code.
42 </para>
43 </change>
44
45 <change type="feature">
46 <para lang="ru">
47 модуль ngx_http_dav_module поддерживает входящую строку заголовка "Date"
48 для метода PUT.
49 </para>
50 <para lang="en">
51 the ngx_http_dav_module supports the incoming "Date" header line
52 for the PUT method.
53 </para>
54 </change>
55
56 <change type="feature">
57 <para lang="ru">
58 директива ssi работает внутри блока if.
59 </para>
60 <para lang="en">
61 the "ssi" directive is available inside the "if" block.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 происходил segmentation fault, если в директиве index использовалась
68 переменные и при этом первое имя индексного файла было без переменных;
69 ошибка появилась в 0.1.29.
70 </para>
71 <para lang="en">
72 a segmentation fault occurred if there was an "index" directive with
73 variables and the first index name was without variables;
74 bug appeared in 0.1.29.
75 </para>
76 </change>
77
78 </changes>
29 79
30 80
31 <changes ver="0.3.61" date="28.08.2006"> 81 <changes ver="0.3.61" date="28.08.2006">
82
83 <change type="change">
84 <para lang="ru">
85 директива tcp_nodelay теперь по умолчанию включена.
86 </para>
87 <para lang="en">
88 now the "tcp_nodelay" directive is turned on by default.
89 </para>
90 </change>
32 91
33 <change type="feature"> 92 <change type="feature">
34 <para lang="ru"> 93 <para lang="ru">
35 директива msie_refresh. 94 директива msie_refresh.
36 </para> 95 </para>