comparison docs/xml/nginx/changes.xml @ 629:65bf042c0b4f release-0.3.36

nginx-0.3.36-RELEASE import *) Feature: the ngx_http_addition_filter_module. *) Feature: the "proxy_pass" and "fastcgi_pass" directives may be used inside the "if" block. *) Feature: the "proxy_ignore_client_abort" and "fastcgi_ignore_client_abort" directives. *) Feature: the "$request_completion" variable. *) Feature: the ngx_http_perl_module supports the $r->request_method and $r->remote_addr. *) Feature: the ngx_http_ssi_module supports the "elif" command. *) Bugfix: the "\/" string in the expression of the "if" command of the ngx_http_ssi_module was treated incorrectly. *) Bugfix: in the regular expressions in the "if" command of the ngx_http_ssi_module. *) Bugfix: if the relative path was specified in the "client_body_temp_path", "proxy_temp_path", "fastcgi_temp_path", and "perl_modules" directives, then the directory was used relatively to a current path but not to a server prefix.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 05 Apr 2006 13:40:54 +0000
parents 387450de0b4d
children 5d2b8078c1c2
comparison
equal deleted inserted replaced
628:b338276e1aab 629:65bf042c0b4f
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.36" date="05.04.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_addition_filter_module.
17 </para>
18 <para lang="en">
19 the ngx_http_addition_filter_module.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директивы proxy_pass и fastcgi_pass можно использовать внутри блока if.
26 </para>
27 <para lang="en">
28 the "proxy_pass" and "fastcgi_pass" directives may be used inside
29 the "if" block.
30 </para>
31 </change>
32
33 <change type="feature">
34 <para lang="ru">
35 директивы proxy_ignore_client_abort и fastcgi_ignore_client_abort.
36 </para>
37 <para lang="en">
38 the "proxy_ignore_client_abort" and "fastcgi_ignore_client_abort" directives.
39 </para>
40 </change>
41
42 <change type="feature">
43 <para lang="ru">
44 переменная $request_completion.
45 </para>
46 <para lang="en">
47 the "$request_completion" variable.
48 </para>
49 </change>
50
51 <change type="feature">
52 <para lang="ru">
53 модуль ngx_http_perl_module поддерживает методы $r->request_method и
54 $r->remote_addr.
55 </para>
56 <para lang="en">
57 the ngx_http_perl_module supports the $r->request_method and $r->remote_addr.
58 </para>
59 </change>
60
61 <change type="feature">
62 <para lang="ru">
63 модуль ngx_http_ssi_module поддерживает команду elif.
64 </para>
65 <para lang="en">
66 the ngx_http_ssi_module supports the "elif" command.
67 </para>
68 </change>
69
70 <change type="bugfix">
71 <para lang="ru">
72 строка "\/" в начале выражения команды if модуля ngx_http_ssi_module
73 воспринималась неверно.
74 </para>
75 <para lang="en">
76 the "\/" string in the expression of the "if" command of the
77 ngx_http_ssi_module was treated incorrectly.
78 </para>
79 </change>
80
81 <change type="bugfix">
82 <para lang="ru">
83 в использовании регулярных выражениях в команде if модуля ngx_http_ssi_module.
84 </para>
85 <para lang="en">
86 in the regular expressions in the "if" command of the ngx_http_ssi_module.
87 </para>
88 </change>
89
90 <change type="bugfix">
91 <para lang="ru">
92 при задании относительного пути в директивах
93 client_body_temp_path, proxy_temp_path, fastcgi_temp_path и perl_modules
94 использовался каталог относительно текущего каталога, а не относительно
95 префикса сервера.
96 </para>
97 <para lang="en">
98 if the relative path was specified in the "client_body_temp_path",
99 "proxy_temp_path", "fastcgi_temp_path", and "perl_modules" directives,
100 then the directory was used relatively to a current path but not
101 to a server prefix.
102 </para>
103 </change>
104
105 </changes>
10 106
11 107
12 <changes ver="0.3.35" date="22.03.2006"> 108 <changes ver="0.3.35" date="22.03.2006">
13 109
14 <change type="bugfix"> 110 <change type="bugfix">
62 </para> 158 </para>
63 </change> 159 </change>
64 160
65 <change type="bugfix"> 161 <change type="bugfix">
66 <para lang="ru"> 162 <para lang="ru">
67 ngx_http_perl_module не работал со встроенным в конфигурацинный файл кодом, 163 ngx_http_perl_module не работал со встроенным в конфигурационный файл кодом,
68 если он не начинался сразу же с "sub". 164 если он не начинался сразу же с "sub".
69 </para> 165 </para>
70 <para lang="en"> 166 <para lang="en">
71 ngx_http_perl_module did not work with inlined in the configuration code, 167 ngx_http_perl_module did not work with inlined in the configuration code,
72 if it was not started with the "sub" word. 168 if it was not started with the "sub" word.