comparison docs/xml/nginx/changes.xml @ 631:5d2b8078c1c2 release-0.3.37

nginx-0.3.37-RELEASE import *) Feature: the "limit_except" directive. *) Feature: the "if" directive supports the "!~", "!~*", "-f", and "!-f" operators. *) Feature: the ngx_http_perl_module supports the $r->request_body method. *) Bugfix: in the ngx_http_addition_filter_module.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 07 Apr 2006 14:08:04 +0000
parents 65bf042c0b4f
children f971949ffb58
comparison
equal deleted inserted replaced
630:375dab4fd227 631:5d2b8078c1c2
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.37" date="07.04.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 директива limit_except.
17 </para>
18 <para lang="en">
19 the "limit_except" directive.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива if поддерживает операторы "!~", "!~*", "-f" и "!-f".
26 </para>
27 <para lang="en">
28 the "if" directive supports the "!~", "!~*", "-f", and "!-f" operators.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 модуль ngx_http_perl_module поддерживает метод $r->request_body.
35 </para>
36 <para lang="en">
37 the ngx_http_perl_module supports the $r->request_body method.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 в модуле ngx_http_addition_filter_module.
44 </para>
45 <para lang="en">
46 in the ngx_http_addition_filter_module.
47 </para>
48 </change>
49
50 </changes>
10 51
11 52
12 <changes ver="0.3.36" date="05.04.2006"> 53 <changes ver="0.3.36" date="05.04.2006">
13 54
14 <change type="feature"> 55 <change type="feature">