]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.5.3-RELEASE release-0.5.3
authorIgor Sysoev <igor@sysoev.ru>
Wed, 13 Dec 2006 15:06:55 +0000 (15:06 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 13 Dec 2006 15:06:55 +0000 (15:06 +0000)
docs/xml/nginx/changes.xml

index 9597ef61ab29c4eeb7ba77d1c9a83e71c09dee5e..f2f93fb8b742d1c6477b7df51d75e5bab42c931e 100644 (file)
@@ -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">