summaryrefslogtreecommitdiffhomepage
path: root/docs/xml/nginx
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-04-07 14:08:04 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-04-07 14:08:04 +0000
commit94e32ce7f885ecc648ae6377276f8813fc1c9347 (patch)
tree88da0722e206c60326b466b85ab118c00be13f55 /docs/xml/nginx
parent7469680c6c32901e7b6082a0e564430b587bbcfa (diff)
downloadnginx-94e32ce7f885ecc648ae6377276f8813fc1c9347.tar.gz
nginx-94e32ce7f885ecc648ae6377276f8813fc1c9347.tar.bz2
nginx-0.3.37-RELEASE importrelease-0.3.37
*) 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.
Diffstat (limited to 'docs/xml/nginx')
-rw-r--r--docs/xml/nginx/changes.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index f4c85e45a..fde85e982 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,47 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.3.37" date="07.04.2006">
+
+<change type="feature">
+<para lang="ru">
+директива limit_except.
+</para>
+<para lang="en">
+the "limit_except" directive.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директива if поддерживает операторы "!~", "!~*", "-f" и "!-f".
+</para>
+<para lang="en">
+the "if" directive supports the "!~", "!~*", "-f", and "!-f" operators.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+модуль ngx_http_perl_module поддерживает метод $r->request_body.
+</para>
+<para lang="en">
+the ngx_http_perl_module supports the $r->request_body method.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в модуле ngx_http_addition_filter_module.
+</para>
+<para lang="en">
+in the ngx_http_addition_filter_module.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.3.36" date="05.04.2006">
<change type="feature">