summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-12-13 15:06:55 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-12-13 15:06:55 +0000
commit587b4b8a05e1bc4a81725b6758c4bb16a85453d7 (patch)
treed36ed747869005d0ff16d82fc37c686d4866304f
parentdb4e43c225429376abaa36f9eb6f537402f0c6db (diff)
downloadnginx-release-0.5.3.tar.gz
nginx-0.5.3-RELEASErelease-0.5.3
-rw-r--r--docs/xml/nginx/changes.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 9597ef61a..f2f93fb8b 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,41 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.5.3" date="13.12.2006">
+
+<change type="feature">
+<para lang="ru">
+модуль ngx_http_perl_module поддерживает методы $r->status, $r->log_error
+и $r->sleep.
+</para>
+<para lang="en">
+the ngx_http_perl_module supports the $r->status, $r->log_error,
+and $r->sleep methods.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+метод $r->variable поддерживает переменные, неописанные в конфигурации nginx'а.
+</para>
+<para lang="en">
+the $r->variable method supports variables that do not exist in nginx
+configuration.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+метод $r->has_request_body не работал.
+</para>
+<para lang="en">
+the $r->has_request_body method did work.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.5.2" date="11.12.2006">
<change type="bugfix">