comparison docs/xml/nginx/changes.xml @ 917:e2ac5fa41bcb release-0.5.3

nginx-0.5.3-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 13 Dec 2006 15:06:55 +0000
parents 06c58edc8883
children 393dbc659df1
comparison
equal deleted inserted replaced
916:327aef5c6ac4 917:e2ac5fa41bcb
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.3" date="13.12.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_perl_module поддерживает методы $r->status, $r->log_error
17 и $r->sleep.
18 </para>
19 <para lang="en">
20 the ngx_http_perl_module supports the $r->status, $r->log_error,
21 and $r->sleep methods.
22 </para>
23 </change>
24
25 <change type="feature">
26 <para lang="ru">
27 метод $r->variable поддерживает переменные, неописанные в конфигурации nginx'а.
28 </para>
29 <para lang="en">
30 the $r->variable method supports variables that do not exist in nginx
31 configuration.
32 </para>
33 </change>
34
35 <change type="bugfix">
36 <para lang="ru">
37 метод $r->has_request_body не работал.
38 </para>
39 <para lang="en">
40 the $r->has_request_body method did work.
41 </para>
42 </change>
43
44 </changes>
10 45
11 46
12 <changes ver="0.5.2" date="11.12.2006"> 47 <changes ver="0.5.2" date="11.12.2006">
13 48
14 <change type="bugfix"> 49 <change type="bugfix">