comparison docs/xml/nginx/changes.xml @ 601:77f77f53214a release-0.3.22

nginx-0.3.22-RELEASE import *) Feature: the ngx_http_perl_module supports the $r->args and $r->unescape methods. *) Feature: the method $r->query_string of ngx_http_perl_module was canceled. *) Bugfix: segmentation fault was occurred if the "none" or "blocked" values was specified in the "valid_referers" directive; the bug had appeared in 0.3.18.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 17 Jan 2006 20:04:32 +0000
parents 869b6444d234
children 858700ae46b4
comparison
equal deleted inserted replaced
600:2d3a5a03e738 601:77f77f53214a
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.22" date="17.01.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_perl_module поддерживает методы $r->args и $r->unescape.
17 </para>
18 <para lang="en">
19 the ngx_http_perl_module supports the $r->args and $r->unescape methods.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 метод $r->query_string в модуле ngx_http_perl_module упразднён.
26 </para>
27 <para lang="en">
28 the method $r->query_string of ngx_http_perl_module is canceled.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 если в директиве valid_referers указаны только none или blocked, то
35 происходил segmentation fault;
36 ошибка появилась в 0.3.18.
37 </para>
38 <para lang="en">
39 segmentation fault was occurred if the "none" or "blocked" values was
40 specified in the "valid_referers" directive;
41 bug appeared in 0.3.18.
42 </para>
43 </change>
44
45 </changes>
10 46
11 47
12 <changes ver="0.3.21" date="16.01.2006"> 48 <changes ver="0.3.21" date="16.01.2006">
13 49
14 <change type="feature"> 50 <change type="feature">