nginx-0.7.11-RELEASE

This commit is contained in:
Igor Sysoev 2008-08-18 14:22:50 +00:00
parent fa92df4bd4
commit 8c7fce493f

View File

@ -9,6 +9,73 @@
<title lang="en">nginx changelog</title>
<changes ver="0.7.11" date="18.08.2008">
<change type="change">
<para lang="ru">
ÔÅÐÅÒØ ngx_http_charset_module ÐÏ ÕÍÏÌÞÁÎÉÀ ÎÅ ÒÁÂÏÔÁÅÔ MIME-ÔÉÐÏÍ text/css.
</para>
<para lang="en">
now ngx_http_charset_module does not work by default with text/css MIME type.
</para>
</change>
<change type="feature">
<para lang="ru">
ÔÅÐÅÒØ nginx ×ÏÚ×ÒÁÝÁÅÔ ËÏÄ 405 ÄÌÑ ÍÅÔÏÄÁ POST ÐÒÉ ÚÁÐÒÏÓÅ ÓÔÁÔÉÞÅÓËÏÇÏ
ÆÁÊÌÁ, ÔÏÌØËÏ ÅÓÌÉ ÆÁÊÌ ÓÕÝÅÓÔ×ÕÅÔ.
</para>
<para lang="en">
now nginx returns the 405 status code for POST method requesting a static file
only if the file exists.
</para>
</change>
<change type="feature">
<para lang="ru">
ÄÉÒÅËÔÉ×Á proxy_ssl_session_reuse.
</para>
<para lang="en">
the "proxy_ssl_session_reuse" directive.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÐÏÓÌÅ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÑ ÚÁÐÒÏÓÁ Ó ÐÏÍÏÝØÀ "X-Accel-Redirect"
ÄÉÒÅËÔÉ×Á proxy_pass ÂÅÚ URI ÍÏÇÌÁ ÉÓÐÏÌØÚÏ×ÁÔØ ÏÒÉÇÉÎÁÌØÎÙÊ ÚÁÐÒÏÓ.
</para>
<para lang="en">
a "proxy_pass" directive without URI part might use original request
after the "X-Accel-Redirect" redirection was used;
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÅÓÌÉ Õ ËÁÔÁÌÏÇÁ ÂÙÌÉ ÐÒÁ×Á ÄÏÓÔÕÐÁ ÔÏÌØËÏ ÎÁ ÐÏÉÓË ÆÁÊÌÏ×
É ÐÅÒ×ÙÊ ÉÎÄÅËÓÎÙÊ ÆÁÊÌ ÏÔÓÕÔÓÔ×Ï×ÁÌ, ÔÏ nginx ×ÏÚ×ÒÁÝÁÌ ÏÛÉÂËÕ 500.
</para>
<para lang="en">
if a directory has search only rights and the first index file was absent,
then nginx returned the 500 status code.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÏÛÉÂÏË ×Ï ×ÌÏÖÅÎÎÙÈ location'ÁÈ;
ÏÛÉÂËÉ ÐÏÑ×ÉÌÉÓØ × 0.7.1.
</para>
<para lang="en">
in inclusive locations;
the bugs had appeared in 0.7.1.
</para>
</change>
</changes>
<changes ver="0.7.10" date="13.08.2008">
<change type="bugfix">
@ -39,7 +106,7 @@ of recursive error_page for 500 status code.
×ÓÅÇÏ keepalive ÓÏÅÄÉÎÅÎÉÑ, Á ÄÌÑ ËÁÖÄÏÇÏ ÚÁÐÒÏÓÁ ÐÏ ÜÔÏÍÕ ÓÏÅÄÉÎÅÎÉÀ.
</para>
<para lang="en">
now the ngx_http_realip_module set address not for whole keepalive connection,
now the ngx_http_realip_module sets address not for whole keepalive connection,
but for each request passed via the connection.
</para>
</change>