nginx-0.8.47-RELEASE

This commit is contained in:
Igor Sysoev 2010-07-28 16:16:48 +00:00
parent 9135a0e022
commit a9d5cb5f7c

View File

@ -9,27 +9,62 @@
<title lang="en">nginx changelog</title> <title lang="en">nginx changelog</title>
<changes ver="0.8.47" date="28.07.2010">
<change type="bugfix">
<para lang="ru">
ÐÅÒÅÍÅÎÎÁÑ $request_time ÉÍÅÌÁ ÎÅ×ÅÒÎÙÅ ÚÎÁÞÅÎÉÑ ÄÌÑ ÐÏÄÚÁÐÒÏÓÏ×.
</para>
<para lang="en">
$request_time variable had invalid values for subrequests.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÏÛÉÂËÉ, ÐÅÒÅÈ×ÁÞÅÎÎÙÅ error_page, ÎÅ ËÜÛÉÒÏ×ÁÌÉÓØ.
</para>
<para lang="en">
errors intercepted by error_page could be cached.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÅÓÌÉ ÉÓÐÏÌØÚÏ×ÁÌÓÑ ÐÁÒÁÍÅÔÒ max_size, ÔÏ cache manager ÍÏÇ ÚÁÃÉËÌÉÔØÓÑ.
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.8.46.
</para>
<para lang="en">
a cache manager process my got caught in an endless loop,
if max_size parameter was used;
the bug had appeared in 0.8.46.
</para>
</change>
</changes>
<changes ver="0.8.46" date="19.07.2010"> <changes ver="0.8.46" date="19.07.2010">
<change type="change"> <change type="change">
<para lang="ru"> <para lang="ru">
ÄÉÒÅËÔÉ×Ù proxy_no_cache, fastcgi_no_cache, uwsgi_no_cache ÄÉÒÅËÔÉ×Ù proxy_no_cache, fastcgi_no_cache, uwsgi_no_cache
É sÓgi_no_cache ÔÅÐÅÒØ ×ÌÉÑÀÔ ÔÏÌØËÏ ÎÁ ÓÏÈÒÁÎÅÎÉÅ ÚÁËÜÛÉÒÏ×ÁÎÎÏÇÏ ÏÔ×ÅÔÁ. É scgi_no_cache ÔÅÐÅÒØ ×ÌÉÑÀÔ ÔÏÌØËÏ ÎÁ ÓÏÈÒÁÎÅÎÉÅ ÚÁËÜÛÉÒÏ×ÁÎÎÏÇÏ ÏÔ×ÅÔÁ.
</para> </para>
<para lang="en"> <para lang="en">
now the "proxy_no_cache", "fastcgi_no_cache", "uwsgi_no_cache", and now the "proxy_no_cache", "fastcgi_no_cache", "uwsgi_no_cache", and
"sÓgi_no_cache" directives affect on a cached response saving only. "scgi_no_cache" directives affect on a cached response saving only.
</para> </para>
</change> </change>
<change type="feature"> <change type="feature">
<para lang="ru"> <para lang="ru">
ÄÉÒÅËÔÉ×Ù proxy_cache_bypass, fastcgi_cache_bypass, uwsgi_cache_bypass ÄÉÒÅËÔÉ×Ù proxy_cache_bypass, fastcgi_cache_bypass, uwsgi_cache_bypass
É sÓgi_cache_bypass. É scgi_cache_bypass.
</para> </para>
<para lang="en"> <para lang="en">
the "proxy_cache_bypass", "fastcgi_cache_bypass", "uwsgi_cache_bypass", the "proxy_cache_bypass", "fastcgi_cache_bypass", "uwsgi_cache_bypass",
and "sÓgi_cache_bypass" directives. and "scgi_cache_bypass" directives.
</para> </para>
</change> </change>