nginx-0.5.6-RELEASE

This commit is contained in:
Igor Sysoev 2007-01-09 17:08:42 +00:00
parent a3ec505730
commit b9040d7ef0

View 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">