nginx-0.7.18-RELEASE

This commit is contained in:
Igor Sysoev 2008-10-13 13:18:28 +00:00
parent bc72beb71a
commit e41d3dbd99

View File

@ -9,6 +9,97 @@
<title lang="en">nginx changelog</title>
<changes ver="0.7.18" date="13.10.2008">
<change type="change">
<para lang="ru">
ÄÉÒÅËÔÉ×Á underscores_in_headers;
ÔÅÐÅÒØ nginx ÐÏ ÕÍÏÌÞÁÎÉÀ ÎÅ ÒÁÚÒÅÛÁÅÔ ÐÏÄÞ£ÒËÉ×ÁÎÉÑ × ÉÍÅÎÁÈ ÓÔÒÏË
× ÚÁÇÏÌÏ×ËÅ ÚÁÐÒÏÓÁ ËÌÉÅÎÔÁ.
</para>
<para lang="en">
the "underscores_in_headers" directive;
now nginx does not allows underscores in a client request header line names.
</para>
</change>
<change type="feature">
<para lang="ru">
ÍÏÄÕÌØ ngx_http_secure_link_module.
</para>
<para lang="en">
the ngx_http_secure_link_module.
</para>
</change>
<change type="feature">
<para lang="ru">
ÄÉÒÅËÔÉ×Á real_ip_header ÐÏÄÄÅÒÖÉ×ÁÅÔ ÌÀÂÏÊ ÚÁÇÏÌÏ×ÏË.
</para>
<para lang="en">
the "real_ip_header" directive supports any header.
</para>
</change>
<change type="feature">
<para lang="ru">
ÄÉÒÅËÔÉ×Á log_subrequest.
</para>
<para lang="en">
the "log_subrequest" directive.
</para>
</change>
<change type="feature">
<para lang="ru">
ÐÅÒÅÍÅÎÎÁÑ $realpath_root.
</para>
<para lang="en">
the $realpath_root variable.
</para>
</change>
<change type="feature">
<para lang="ru">
ÐÁÒÁÍÅÔÒÙ http_502 É http_504 × ÄÉÒÅËÔÉ×Å proxy_next_upstream.
</para>
<para lang="en">
the "http_502" and "http_504" parameters of the "proxy_next_upstream" directive.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÐÁÒÁÍÅÔÒ http_503 × ÄÉÒÅËÔÉ×ÁÈ proxy_next_upstream ÉÌÉ fastcgi_next_upstream
ÎÅ ÒÁÂÏÔÁÌ.
</para>
<para lang="en">
the "http_503" parameter of the "proxy_next_upstream" or
"fastcgi_next_upstream" directives did not work.
</para>
</change>
<change type="bugfix">
<para lang="ru">
nginx ÍÏÇ ×ÙÄÁ×ÁÔØ ÓÔÒÏËÕ "Transfer-Encoding: chunked" ÄÌÑ ÚÁÐÒÏÓÏ× HEAD.
</para>
<para lang="en">
nginx might send a "Transfer-Encoding: chunked" heaer line for HEAD requests.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÔÅÐÅÒØ accept-ÌÉÍÉÔ ÚÁ×ÉÓÉÔ ÏÔ ÞÉÓÌÁ worker_connections.
</para>
<para lang="en">
now accept threshold depends on worker_connections.
</para>
</change>
</changes>
<changes ver="0.7.17" date="15.09.2008">
<change type="feature">