nginx-0.7.45-RELEASE

This commit is contained in:
Igor Sysoev 2009-03-30 08:32:56 +00:00
parent 5fe3fb56e8
commit 4c93abecad

View File

@ -9,6 +9,100 @@
<title lang="en">nginx changelog</title>
<changes ver="0.7.45" date="30.03.2009">
<change type="change">
<para lang="ru">
ÔÅÐÅÒØ ÄÉÒÅËÔÉ×Ù proxy_cache É proxy_cache_valid ÍÏÖÎÏ ÚÁÄÁ×ÁÔØ
ÎÁ ÒÁÚÎÙÈ ÕÒÏ×ÎÑÈ.
</para>
<para lang="en">
now the "proxy_cache" and the "proxy_cache_valid" can be set on
different levels.
</para>
</change>
<change type="change">
<para lang="ru">
ÐÁÒÁÍÅÔÒ clean_time × ÄÉÒÅËÔÉ×Å proxy_cache_path ÕÄÁÌ£Î.
</para>
<para lang="en">
the "clean_time" parameter of the "proxy_cache_path" directive is canceled.
</para>
</change>
<change type="feature">
<para lang="ru">
ÐÁÒÁÍÅÔÒ max_size × ÄÉÒÅËÔÉ×Å proxy_cache_path.
</para>
<para lang="en">
the "max_size" parameter of the "proxy_cache_path" directive.
</para>
</change>
<change type="feature">
<para lang="ru">
ÐÒÅÄ×ÁÒÉÔÅÌØÎÁÑ ÐÏÄÄÅÒÖËÁ ËÜÛÉÒÏ×ÁÎÉÑ × ÍÏÄÕÌÅ ngx_http_fastcgi_module.
</para>
<para lang="en">
the ngx_http_fastcgi_module preliminary cache support.
</para>
</change>
<change type="feature">
<para lang="ru">
ÔÅÐÅÒØ ÐÒÉ ÏÛÉÂËÁÈ ×ÙÄÅÌÅÎÉÑ × ÒÁÚÄÅÌÑÅÍÏÊ ÐÁÍÑÔÉ × ÌÏÇÅ ÕËÁÚÙ×ÁÀÔÓÑ
ÎÁÚ×ÁÎÉÑ ÄÉÒÅËÔÉ×Ù É ÚÏÎÙ.
</para>
<para lang="en">
now on shared memory allocation errors directive and zone names are logged.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÄÉÒÅËÔÉ×Á "add_header last-modified ''" ÎÅ ÕÄÁÌÑÌÁ × ÚÁÇÏÌÏ×ËÅ ÏÔ×ÅÔÁ
ÓÔÒÏËÕ "Last-Modified";
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.44.
</para>
<para lang="en">
the directive "add_header last-modified ''" did not delete a "Last-Modified"
response header line;
the bug had appeared in 0.7.44.
</para>
</change>
<change type="bugfix">
<para lang="ru">
× ÄÉÒÅËÔÉ×Å auth_basic_user_file ÎÅ ÒÁÂÏÔÁÌ ÏÔÎÏÓÉÔÅÌØÎÙÊ ÐÕÔØ,
ÚÁÄÁÎÎÙÊ ÓÔÒÏËÏÊ ÂÅÚ ÐÅÒÅÍÅÎÎÙÈ;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.44.<br/>
óÐÁÓÉÂÏ Jerome Loyet.
</para>
<para lang="en">
a relative path in the "auth_basic_user_file" directive given without variables
did not work;
the bug had appeared in 0.7.44.<br/>
Thanks to Jerome Loyet.
</para>
</change>
<change type="bugfix">
<para lang="ru">
× ÄÉÒÅËÔÉ×Å alias, ÚÁÄÁÎÎÏÊ ÐÅÒÅÍÅÎÎÙÍÉ
ÂÅÚ ÓÓÙÌÏË ÎÁ ×ÙÄÅÌÅÎÉÑ × ÒÅÇÕÌÑÒÎÙÈ ×ÙÒÁÖÅÎÉÑÈ;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.42.
</para>
<para lang="en">
in an "alias" directive given using variables
without references to captures of regular expressions;
the bug had appeared in 0.7.42.
</para>
</change>
</changes>
<changes ver="0.7.44" date="23.03.2009">
<change type="feature">