changeset 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 327aef5c6ac4
children a1ccb50736f2
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 35 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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">