]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.5.6-RELEASE release-0.5.6
authorIgor Sysoev <igor@sysoev.ru>
Tue, 9 Jan 2007 17:08:42 +0000 (17:08 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 9 Jan 2007 17:08:42 +0000 (17:08 +0000)
docs/xml/nginx/changes.xml

index 09276894515b4fa4af713886bec79a6f8278bb48..ddcd699eaabc1eaef53e6081bc80317c5d817b92 100644 (file)
@@ -9,6 +9,68 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.5.6" date="09.01.2007">
+
+<change type="change">
+<para lang="ru">
+ÔÅÐÅÒØ ÍÏÄÕÌØ ngx_http_index_module ÉÇÎÏÒÉÒÕÅÔ ×ÓÅ ÍÅÔÏÄÙ,
+ËÒÏÍÅ GET, HEAD É POST.
+</para>
+<para lang="en">
+now the ngx_http_index_module ignores all methods except the GET, HEAD, and
+POST methods.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+ÍÏÄÕÌØ ngx_http_limit_zone_module.
+</para>
+<para lang="en">
+the ngx_http_limit_zone_module.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+ÐÅÒÅÍÅÎÎÁÑ $binary_remote_addr.
+</para>
+<para lang="en">
+the $binary_remote_addr variable.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+ÄÉÒÅËÔÉ×Ù ssl_session_cache ÍÏÄÕÌÅÊ ngx_http_ssl_module É ngx_imap_ssl_module.
+</para>
+<para lang="en">
+the "ssl_session_cache" directives
+of the ngx_http_ssl_module and ngx_imap_ssl_module.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+ÍÅÔÏÄ DELETE ÐÏÄÄÅÒÖÉ×ÁÅÔ ÒÅËÕÒÓÉ×ÎÏÅ ÕÄÁÌÅÎÉÅ.
+</para>
+<para lang="en">
+the DELETE method supports recursive removal.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ $r->sendfile() byte-ranges ÐÅÒÅÄÁ×ÁÌÉÓØ ÎÅ×ÅÒÎÏ.
+</para>
+<para lang="en">
+the byte-ranges were transferred incorrectly if the $r->sendfile() was used.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.5.5" date="24.12.2006">
 
 <change type="change">